#BB897B

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

Shades of Brandy Rose #BB897B

Tints of Brandy Rose #BB897B

Color information

#BB897B (or 0xBB897B) is unknown color: approx Brandy Rose. HEX triplet: BB, 89 and 7B. RGB value is (187,137,123). Sum of RGB (Red+Green+Blue) = 187+137+123=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897B is #447684. Grayscale: #969696. Windows color (decimal): -4486789 or 8096187. OLE color: 8096187.

HSL color Cylindrical-coordinate representation of color #BB897B: hue angle of 13.13º 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 #BB897B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187137123-
CMYK00.270.340.27
HSL13.13º32%60.78%-
HSV(B)13.13º34.22%73.33%-
XYZ33.0129.8922.77-
YUV150.35112.57154.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=41.83%
G=30.65%
B=27.52%

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
Decimal18713712300.270.340.2713.133260.78
HexBB897B01B221Bd203d
Octal2732111730334233154075
Binary10111011100010011111011011011100010110111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB897B; }

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

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

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

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

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

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

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

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