#BD8A6F

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

Shades of Brandy Rose #BD8A6F

Tints of Brandy Rose #BD8A6F

Color information

#BD8A6F (or 0xBD8A6F) is unknown color: approx Brandy Rose. HEX triplet: BD, 8A and 6F. RGB value is (189,138,111). Sum of RGB (Red+Green+Blue) = 189+138+111=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A6F is #427590. Grayscale: #969696. Windows color (decimal): -4355473 or 7310013. OLE color: 7310013.

HSL color Cylindrical-coordinate representation of color #BD8A6F: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8A6F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189138111-
CMYK00.270.410.26
HSL20.77º37.14%58.82%-
HSV(B)20.77º41.27%74.12%-
XYZ32.9430.1419.12-
YUV150.17105.9155.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=43.15%
G=31.51%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913811100.270.410.2620.7737.1458.82
HexBD8A6F01B291A15253b
Octal2752121570335132254573
Binary101111011000101011011110110111010011101010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A6F; }

 p { color: rgb(189,138,111); }

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

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

 a { background-color: rgb(189,138,111); }

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

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

 span { border-color: rgb(189,138,111); }

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