#B5866D

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

Shades of Brandy Rose #B5866D

Tints of Brandy Rose #B5866D

Color information

#B5866D (or 0xB5866D) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 6D. RGB value is (181,134,109). Sum of RGB (Red+Green+Blue) = 181+134+109=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866D is #4A7992. Grayscale: #919191. Windows color (decimal): -4880787 or 7177909. OLE color: 7177909.

HSL color Cylindrical-coordinate representation of color #B5866D: hue angle of 20.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 #B5866D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181134109-
CMYK00.260.400.29
HSL20.83º32.73%56.86%-
HSV(B)20.83º39.78%70.98%-
XYZ30.3427.9818.27-
YUV145.2107.57153.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=42.69%
G=31.60%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113410900.260.400.2920.8332.7356.86
HexB5866D01A281D152139
Octal2652061550325035254171
Binary101101011000011011011010110101010001110110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5866D; }

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

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

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

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

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

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

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

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