#B6856E

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

Shades of Brandy Rose #B6856E

Tints of Brandy Rose #B6856E

Color information

#B6856E (or 0xB6856E) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 6E. RGB value is (182,133,110). Sum of RGB (Red+Green+Blue) = 182+133+110=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6856E is #497A91. Grayscale: #919191. Windows color (decimal): -4815506 or 7243190. OLE color: 7243190.

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

Color convert

RGB182133110-
CMYK00.270.400.29
HSL19.17º33.03%57.25%-
HSV(B)19.17º39.56%71.37%-
XYZ30.4927.8518.52-
YUV145.03108.23154.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=42.82%
G=31.29%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213311000.270.400.2919.1733.0357.25
HexB6856E01B281D132139
Octal2662051560335035234171
Binary101101101000010111011100110111010001110110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6856E; }

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

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

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

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

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

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

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

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