#B67D7C

Color #B67D7C Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B67D7C

Tints of Brandy Rose #B67D7C

Color information

#B67D7C (or 0xB67D7C) is unknown color: approx Brandy Rose. HEX triplet: B6, 7D and 7C. RGB value is (182,125,124). Sum of RGB (Red+Green+Blue) = 182+125+124=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D7C is #498283. Grayscale: #8D8D8D. Windows color (decimal): -4817540 or 8158646. OLE color: 8158646.

HSL color Cylindrical-coordinate representation of color #B67D7C: hue angle of 1.03º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67D7C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182125124-
CMYK00.310.320.29
HSL1.03º28.43%60%-
HSV(B)1.03º31.87%71.37%-
XYZ30.2626.0722.51-
YUV141.93117.88156.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=42.23%
G=29.00%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212512400.310.320.291.0328.4360
HexB67D7C01F201D11c3c
Octal266175174037403513474
Binary101101101111101111110001111110000011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D7C; }

 p { color: rgb(182,125,124); }

 H1.HeaderClassName
 {
   color: #B67D7C;
 }
 .AnyTagClassName
 {
   color: #B67D7C;
 }
</style>
background-color css

<style>
 a { background-color: #B67D7C; }

 a { background-color: rgb(182,125,124); }

 div.DivClassName
 {
   background-color: #B67D7C;
 }
 .BgClassName
 {
   background-color: #B67D7C;
 }
</style>
border-color css

<style>
 span { border-color: #B67D7C; }

 span { border-color: rgb(182,125,124); }

 td.TdClassName
 {
   border-color: #B67D7C;
 }
 .TagClassName
 {
   border-color: #B67D7C;
 }
</style>