#B8856E

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

Shades of Brandy Rose #B8856E

Tints of Brandy Rose #B8856E

Color information

#B8856E (or 0xB8856E) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 6E. RGB value is (184,133,110). Sum of RGB (Red+Green+Blue) = 184+133+110=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856E is #477A91. Grayscale: #919191. Windows color (decimal): -4684434 or 7243192. OLE color: 7243192.

HSL color Cylindrical-coordinate representation of color #B8856E: hue angle of 18.65º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8856E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184133110-
CMYK00.280.400.28
HSL18.65º34.26%57.65%-
HSV(B)18.65º40.22%72.16%-
XYZ30.9728.0918.54-
YUV145.63107.9155.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=43.09%
G=31.15%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413311000.280.400.2818.6534.2657.65
HexB8856E01C281C13223a
Octal2702051560345034234272
Binary101110001000010111011100111001010001110010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8856E; }

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

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

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

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

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

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

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

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