#BBAB97

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

Shades of Akaroa #BBAB97

Tints of Akaroa #BBAB97

Color information

#BBAB97 (or 0xBBAB97) is unknown color: approx Akaroa. HEX triplet: BB, AB and 97. RGB value is (187,171,151). Sum of RGB (Red+Green+Blue) = 187+171+151=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB97 is #445468. Grayscale: #ADADAD. Windows color (decimal): -4478057 or 9939899. OLE color: 9939899.

HSL color Cylindrical-coordinate representation of color #BBAB97: hue angle of 33.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAB97 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187171151-
CMYK00.090.190.27
HSL33.33º20.93%66.27%-
HSV(B)33.33º19.25%73.33%-
XYZ40.6441.9235.23-
YUV173.5115.3137.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=36.74%
G=33.60%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717115100.090.190.2733.3320.9366.27
HexBBAB9709131B211542
Octal27325322701123334125102
Binary101110111010101110010111010011001111011100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB97; }

 p { color: rgb(187,171,151); }

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

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

 a { background-color: rgb(187,171,151); }

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

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

 span { border-color: rgb(187,171,151); }

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