#BD8B77

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

Shades of Brandy Rose #BD8B77

Tints of Brandy Rose #BD8B77

Color information

#BD8B77 (or 0xBD8B77) is unknown color: approx Brandy Rose. HEX triplet: BD, 8B and 77. RGB value is (189,139,119). Sum of RGB (Red+Green+Blue) = 189+139+119=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B77 is #427488. Grayscale: #979797. Windows color (decimal): -4355209 or 7834557. OLE color: 7834557.

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

Color convert

RGB189139119-
CMYK00.260.370.26
HSL17.14º34.65%60.39%-
HSV(B)17.14º37.04%74.12%-
XYZ33.5530.6221.59-
YUV151.67109.56154.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=42.28%
G=31.10%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913911900.260.370.2617.1434.6560.39
HexBD8B7701A251A11233c
Octal2752131670324532214374
Binary101111011000101111101110110101001011101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B77; }

 p { color: rgb(189,139,119); }

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

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

 a { background-color: rgb(189,139,119); }

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

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

 span { border-color: rgb(189,139,119); }

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