#BD8672

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

Shades of Brandy Rose #BD8672

Tints of Brandy Rose #BD8672

Color information

#BD8672 (or 0xBD8672) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 72. RGB value is (189,134,114). Sum of RGB (Red+Green+Blue) = 189+134+114=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8672 is #42798D. Grayscale: #949494. Windows color (decimal): -4356494 or 7505597. OLE color: 7505597.

HSL color Cylindrical-coordinate representation of color #BD8672: hue angle of 16º 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 #BD8672 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189134114-
CMYK00.290.400.26
HSL16º36.23%59.41%-
HSV(B)16º39.68%74.12%-
XYZ32.5529.0819.82-
YUV148.16108.72157.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=43.25%
G=30.66%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913411400.290.400.261636.2359.41
HexBD867201D281A10243b
Octal2752061620355032204473
Binary101111011000011011100100111011010001101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8672; }

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

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

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

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

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

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

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

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