#B8856F

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

Shades of Brandy Rose #B8856F

Tints of Brandy Rose #B8856F

Color information

#B8856F (or 0xB8856F) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 6F. RGB value is (184,133,111). Sum of RGB (Red+Green+Blue) = 184+133+111=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856F is #477A90. Grayscale: #919191. Windows color (decimal): -4684433 or 7308728. OLE color: 7308728.

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

Color convert

RGB184133111-
CMYK00.280.400.28
HSL18.08º33.95%57.84%-
HSV(B)18.08º39.67%72.16%-
XYZ31.0228.1118.83-
YUV145.74108.4155.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=42.99%
G=31.07%
B=25.93%

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
Decimal18413311100.280.400.2818.0833.9557.84
HexB8856F01C281C12223a
Octal2702051570345034224272
Binary101110001000010111011110111001010001110010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8856F; }

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

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

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

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

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

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

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

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