#B8866F

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

Shades of Brandy Rose #B8866F

Tints of Brandy Rose #B8866F

Color information

#B8866F (or 0xB8866F) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 6F. RGB value is (184,134,111). Sum of RGB (Red+Green+Blue) = 184+134+111=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8866F is #477990. Grayscale: #929292. Windows color (decimal): -4684177 or 7308984. OLE color: 7308984.

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

Color convert

RGB184134111-
CMYK00.270.400.28
HSL18.9º33.95%57.84%-
HSV(B)18.9º39.67%72.16%-
XYZ31.1628.3918.88-
YUV146.33108.06154.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=42.89%
G=31.24%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413411100.270.400.2818.933.9557.84
HexB8866F01B281C13223a
Octal2702061570335034234272
Binary101110001000011011011110110111010001110010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8866F; }

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

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

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

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

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

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

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

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