#B8897B

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

Shades of Brandy Rose #B8897B

Tints of Brandy Rose #B8897B

Color information

#B8897B (or 0xB8897B) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 7B. RGB value is (184,137,123). Sum of RGB (Red+Green+Blue) = 184+137+123=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8897B is #477684. Grayscale: #959595. Windows color (decimal): -4683397 or 8096184. OLE color: 8096184.

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

Color convert

RGB184137123-
CMYK00.260.330.28
HSL13.77º30.05%60.2%-
HSV(B)13.77º33.15%72.16%-
XYZ32.2929.5122.73-
YUV149.46113.07152.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=41.44%
G=30.86%
B=27.70%

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
Decimal18413712300.260.330.2813.7730.0560.2
HexB8897B01A211Ce1e3c
Octal2702111730324134163674
Binary1011100010001001111101101101010000111100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8897B; }

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

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

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

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

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

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

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

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