#B5876E

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

Shades of Brandy Rose #B5876E

Tints of Brandy Rose #B5876E

Color information

#B5876E (or 0xB5876E) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 6E. RGB value is (181,135,110). Sum of RGB (Red+Green+Blue) = 181+135+110=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5876E is #4A7891. Grayscale: #929292. Windows color (decimal): -4880530 or 7243701. OLE color: 7243701.

HSL color Cylindrical-coordinate representation of color #B5876E: hue angle of 21.13º 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 #B5876E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181135110-
CMYK00.250.390.29
HSL21.13º32.42%57.06%-
HSV(B)21.13º39.23%70.98%-
XYZ30.5328.2818.6-
YUV145.9107.74153.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=42.49%
G=31.69%
B=25.82%

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
Decimal18113511000.250.390.2921.1332.4257.06
HexB5876E019271D152039
Octal2652071560314735254071
Binary101101011000011111011100110011001111110110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5876E; }

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

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

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

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

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

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

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

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