#B5876F

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

Shades of Brandy Rose #B5876F

Tints of Brandy Rose #B5876F

Color information

#B5876F (or 0xB5876F) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 6F. RGB value is (181,135,111). Sum of RGB (Red+Green+Blue) = 181+135+111=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5876F is #4A7890. Grayscale: #929292. Windows color (decimal): -4880529 or 7309237. OLE color: 7309237.

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

Color convert

RGB181135111-
CMYK00.250.390.29
HSL20.57º32.11%57.25%-
HSV(B)20.57º38.67%70.98%-
XYZ30.5928.318.89-
YUV146.02108.24152.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=42.39%
G=31.62%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113511100.250.390.2920.5732.1157.25
HexB5876F019271D152039
Octal2652071570314735254071
Binary101101011000011111011110110011001111110110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5876F; }

 p { color: rgb(181,135,111); }

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

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

 a { background-color: rgb(181,135,111); }

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

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

 span { border-color: rgb(181,135,111); }

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