#B8897C

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

Shades of Brandy Rose #B8897C

Tints of Brandy Rose #B8897C

Color information

#B8897C (or 0xB8897C) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 7C. RGB value is (184,137,124). Sum of RGB (Red+Green+Blue) = 184+137+124=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8897C is #477683. Grayscale: #959595. Windows color (decimal): -4683396 or 8161720. OLE color: 8161720.

HSL color Cylindrical-coordinate representation of color #B8897C: hue angle of 13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8897C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184137124-
CMYK00.260.330.28
HSL13º29.7%60.39%-
HSV(B)13º32.61%72.16%-
XYZ32.3529.5423.06-
YUV149.57113.57152.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=41.35%
G=30.79%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413712400.260.330.281329.760.39
HexB8897C01A211Cd1e3c
Octal2702111740324134153674
Binary1011100010001001111110001101010000111100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8897C; }

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

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

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

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

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

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

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

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