#BB897F

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

Shades of Brandy Rose #BB897F

Tints of Brandy Rose #BB897F

Color information

#BB897F (or 0xBB897F) is unknown color: approx Brandy Rose. HEX triplet: BB, 89 and 7F. RGB value is (187,137,127). Sum of RGB (Red+Green+Blue) = 187+137+127=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897F is #447680. Grayscale: #969696. Windows color (decimal): -4486785 or 8358331. OLE color: 8358331.

HSL color Cylindrical-coordinate representation of color #BB897F: hue angle of 10º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB897F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187137127-
CMYK00.270.320.27
HSL10º30.61%61.57%-
HSV(B)10º32.09%73.33%-
XYZ33.2729.9924.11-
YUV150.81114.57153.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 127 (50% from 255) = 28.16%
R=41.46%
G=30.38%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713712700.270.320.271030.6161.57
HexBB897F01B201Ba1f3e
Octal2732111770334033123776
Binary1011101110001001111111101101110000011011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB897F; }

 p { color: rgb(187,137,127); }

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

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

 a { background-color: rgb(187,137,127); }

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

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

 span { border-color: rgb(187,137,127); }

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