#BD8974

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

Shades of Brandy Rose #BD8974

Tints of Brandy Rose #BD8974

Color information

#BD8974 (or 0xBD8974) is unknown color: approx Brandy Rose. HEX triplet: BD, 89 and 74. RGB value is (189,137,116). Sum of RGB (Red+Green+Blue) = 189+137+116=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8974 is #42768B. Grayscale: #969696. Windows color (decimal): -4355724 or 7637437. OLE color: 7637437.

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

Color convert

RGB189137116-
CMYK00.280.390.26
HSL17.26º35.61%59.8%-
HSV(B)17.26º38.62%74.12%-
XYZ33.0829.9720.56-
YUV150.15108.73155.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=42.76%
G=31.00%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913711600.280.390.2617.2635.6159.8
HexBD897401C271A11243c
Octal2752111640344732214474
Binary101111011000100111101000111001001111101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8974; }

 p { color: rgb(189,137,116); }

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

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

 a { background-color: rgb(189,137,116); }

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

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

 span { border-color: rgb(189,137,116); }

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