#BD8973

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

Shades of Brandy Rose #BD8973

Tints of Brandy Rose #BD8973

Color information

#BD8973 (or 0xBD8973) is unknown color: approx Brandy Rose. HEX triplet: BD, 89 and 73. RGB value is (189,137,115). Sum of RGB (Red+Green+Blue) = 189+137+115=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8973 is #42768C. Grayscale: #969696. Windows color (decimal): -4355725 or 7571901. OLE color: 7571901.

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

Color convert

RGB189137115-
CMYK00.280.390.26
HSL17.84º35.92%59.61%-
HSV(B)17.84º39.15%74.12%-
XYZ33.0329.9520.26-
YUV150.04108.23155.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=42.86%
G=31.07%
B=26.08%

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
Decimal18913711500.280.390.2617.8435.9259.61
HexBD897301C271A12243c
Octal2752111630344732224474
Binary101111011000100111100110111001001111101010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8973; }

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

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

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

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

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

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

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

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