#B5856E

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

Shades of Brandy Rose #B5856E

Tints of Brandy Rose #B5856E

Color information

#B5856E (or 0xB5856E) is unknown color: approx Brandy Rose. HEX triplet: B5, 85 and 6E. RGB value is (181,133,110). Sum of RGB (Red+Green+Blue) = 181+133+110=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5856E is #4A7A91. Grayscale: #909090. Windows color (decimal): -4881042 or 7243189. OLE color: 7243189.

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

Color convert

RGB181133110-
CMYK00.270.390.29
HSL19.44º32.42%57.06%-
HSV(B)19.44º39.23%70.98%-
XYZ30.2627.7218.51-
YUV144.73108.4153.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=42.69%
G=31.37%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113311000.270.390.2919.4432.4257.06
HexB5856E01B271D132039
Octal2652051560334735234071
Binary101101011000010111011100110111001111110110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5856E; }

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

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

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

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

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

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

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

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