#B5866F

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

Shades of Brandy Rose #B5866F

Tints of Brandy Rose #B5866F

Color information

#B5866F (or 0xB5866F) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 6F. RGB value is (181,134,111). Sum of RGB (Red+Green+Blue) = 181+134+111=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866F is #4A7990. Grayscale: #919191. Windows color (decimal): -4880785 or 7308981. OLE color: 7308981.

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

Color convert

RGB181134111-
CMYK00.260.390.29
HSL19.71º32.11%57.25%-
HSV(B)19.71º38.67%70.98%-
XYZ30.4528.0218.84-
YUV145.43108.57153.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=42.49%
G=31.46%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411100.260.390.2919.7132.1157.25
HexB5866F01A271D142039
Octal2652061570324735244071
Binary101101011000011011011110110101001111110110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5866F; }

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

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

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

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

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

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

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

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