#BD8872

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

Shades of Brandy Rose #BD8872

Tints of Brandy Rose #BD8872

Color information

#BD8872 (or 0xBD8872) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 72. RGB value is (189,136,114). Sum of RGB (Red+Green+Blue) = 189+136+114=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8872 is #42778D. Grayscale: #959595. Windows color (decimal): -4355982 or 7506109. OLE color: 7506109.

HSL color Cylindrical-coordinate representation of color #BD8872: hue angle of 17.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8872 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189136114-
CMYK00.280.400.26
HSL17.6º36.23%59.41%-
HSV(B)17.6º39.68%74.12%-
XYZ32.8329.6419.91-
YUV149.34108.06156.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=43.05%
G=30.98%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913611400.280.400.2617.636.2359.41
HexBD887201C281A12243b
Octal2752101620345032224473
Binary101111011000100011100100111001010001101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8872; }

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

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

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

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

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

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

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

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