#B8896F

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

Shades of Brandy Rose #B8896F

Tints of Brandy Rose #B8896F

Color information

#B8896F (or 0xB8896F) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 6F. RGB value is (184,137,111). Sum of RGB (Red+Green+Blue) = 184+137+111=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896F is #477690. Grayscale: #949494. Windows color (decimal): -4683409 or 7309752. OLE color: 7309752.

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

Color convert

RGB184137111-
CMYK00.260.400.28
HSL21.37º33.95%57.84%-
HSV(B)21.37º39.67%72.16%-
XYZ31.5829.2319.02-
YUV148.09107.07153.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=42.59%
G=31.71%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413711100.260.400.2821.3733.9557.84
HexB8896F01A281C15223a
Octal2702111570325034254272
Binary101110001000100111011110110101010001110010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8896F; }

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

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

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

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

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

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

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

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