#BBAB95

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

Shades of Akaroa #BBAB95

Tints of Akaroa #BBAB95

Color information

#BBAB95 (or 0xBBAB95) is unknown color: approx Akaroa. HEX triplet: BB, AB and 95. RGB value is (187,171,149). Sum of RGB (Red+Green+Blue) = 187+171+149=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB95 is #44546A. Grayscale: #ADADAD. Windows color (decimal): -4478059 or 9808827. OLE color: 9808827.

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

Color convert

RGB187171149-
CMYK00.090.200.27
HSL34.74º21.84%65.88%-
HSV(B)34.74º20.32%73.33%-
XYZ40.4841.8634.38-
YUV173.28114.3137.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=36.88%
G=33.73%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114900.090.200.2734.7421.8465.88
HexBBAB9509141B231642
Octal27325322501124334326102
Binary101110111010101110010101010011010011011100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB95; }

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

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

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

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

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

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

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

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