#BD8077

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

Shades of Brandy Rose #BD8077

Tints of Brandy Rose #BD8077

Color information

#BD8077 (or 0xBD8077) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 77. RGB value is (189,128,119). Sum of RGB (Red+Green+Blue) = 189+128+119=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8077 is #427F88. Grayscale: #919191. Windows color (decimal): -4358025 or 7831741. OLE color: 7831741.

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

Color convert

RGB189128119-
CMYK00.320.370.26
HSL7.71º34.65%60.39%-
HSV(B)7.71º37.04%74.12%-
XYZ32.0427.5921.09-
YUV145.21113.21159.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=43.35%
G=29.36%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912811900.320.370.267.7134.6560.39
HexBD8077020251A8233c
Octal2752001670404532104374
Binary101111011000000011101110100000100101110101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8077; }

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

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

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

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

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

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

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

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