#BD8976

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

Shades of Brandy Rose #BD8976

Tints of Brandy Rose #BD8976

Color information

#BD8976 (or 0xBD8976) is unknown color: approx Brandy Rose. HEX triplet: BD, 89 and 76. RGB value is (189,137,118). Sum of RGB (Red+Green+Blue) = 189+137+118=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8976 is #427689. Grayscale: #969696. Windows color (decimal): -4355722 or 7768509. OLE color: 7768509.

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

Color convert

RGB189137118-
CMYK00.280.380.26
HSL16.06º34.98%60.2%-
HSV(B)16.06º37.57%74.12%-
XYZ33.230.0221.18-
YUV150.38109.73155.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=42.57%
G=30.86%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913711800.280.380.2616.0634.9860.2
HexBD897601C261A10233c
Octal2752111660344632204374
Binary101111011000100111101100111001001101101010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8976; }

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

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

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

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

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

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

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

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