#BD887C

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

Shades of Brandy Rose #BD887C

Tints of Brandy Rose #BD887C

Color information

#BD887C (or 0xBD887C) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 7C. RGB value is (189,136,124). Sum of RGB (Red+Green+Blue) = 189+136+124=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887C is #427783. Grayscale: #969696. Windows color (decimal): -4355972 or 8161469. OLE color: 8161469.

HSL color Cylindrical-coordinate representation of color #BD887C: hue angle of 11.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD887C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189136124-
CMYK00.280.340.26
HSL11.08º32.99%61.37%-
HSV(B)11.08º34.39%74.12%-
XYZ33.4329.8823.07-
YUV150.48113.06155.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=42.09%
G=30.29%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913612400.280.340.2611.0832.9961.37
HexBD887C01C221Ab213d
Octal2752101740344232134175
Binary10111101100010001111100011100100010110101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD887C; }

 p { color: rgb(189,136,124); }

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

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

 a { background-color: rgb(189,136,124); }

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

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

 span { border-color: rgb(189,136,124); }

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