#BB897C

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

Shades of Brandy Rose #BB897C

Tints of Brandy Rose #BB897C

Color information

#BB897C (or 0xBB897C) is unknown color: approx Brandy Rose. HEX triplet: BB, 89 and 7C. RGB value is (187,137,124). Sum of RGB (Red+Green+Blue) = 187+137+124=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897C is #447683. Grayscale: #969696. Windows color (decimal): -4486788 or 8161723. OLE color: 8161723.

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

Color convert

RGB187137124-
CMYK00.270.340.27
HSL12.38º31.66%60.98%-
HSV(B)12.38º33.69%73.33%-
XYZ33.0829.9123.1-
YUV150.47113.07154.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=41.74%
G=30.58%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713712400.270.340.2712.3831.6660.98
HexBB897C01B221Bc203d
Octal2732111740334233144075
Binary10111011100010011111100011011100010110111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB897C; }

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

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

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

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

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

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

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

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