#BB897D

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

Shades of Brandy Rose #BB897D

Tints of Brandy Rose #BB897D

Color information

#BB897D (or 0xBB897D) is unknown color: approx Brandy Rose. HEX triplet: BB, 89 and 7D. RGB value is (187,137,125). Sum of RGB (Red+Green+Blue) = 187+137+125=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897D is #447682. Grayscale: #969696. Windows color (decimal): -4486787 or 8227259. OLE color: 8227259.

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

Color convert

RGB187137125-
CMYK00.270.330.27
HSL11.61º31.31%61.18%-
HSV(B)11.61º33.16%73.33%-
XYZ33.1429.9423.43-
YUV150.58113.57153.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=41.65%
G=30.51%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713712500.270.330.2711.6131.3161.18
HexBB897D01B211Bc1f3d
Octal2732111750334133143775
Binary1011101110001001111110101101110000111011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB897D; }

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

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

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

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

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

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

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

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