#B5806D

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

Shades of Brandy Rose #B5806D

Tints of Brandy Rose #B5806D

Color information

#B5806D (or 0xB5806D) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 6D. RGB value is (181,128,109). Sum of RGB (Red+Green+Blue) = 181+128+109=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5806D is #4A7F92. Grayscale: #8D8D8D. Windows color (decimal): -4882323 or 7176373. OLE color: 7176373.

HSL color Cylindrical-coordinate representation of color #B5806D: hue angle of 15.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5806D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181128109-
CMYK00.290.400.29
HSL15.83º32.73%56.86%-
HSV(B)15.83º39.78%70.98%-
XYZ29.5426.3718-
YUV141.68109.56156.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=43.30%
G=30.62%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112810900.290.400.2915.8332.7356.86
HexB5806D01D281D102139
Octal2652001550355035204171
Binary101101011000000011011010111011010001110110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5806D; }

 p { color: rgb(181,128,109); }

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

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

 a { background-color: rgb(181,128,109); }

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

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

 span { border-color: rgb(181,128,109); }

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