#BBAA95

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

Shades of Akaroa #BBAA95

Tints of Akaroa #BBAA95

Color information

#BBAA95 (or 0xBBAA95) is unknown color: approx Akaroa. HEX triplet: BB, AA and 95. RGB value is (187,170,149). Sum of RGB (Red+Green+Blue) = 187+170+149=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA95 is #44556A. Grayscale: #ACACAC. Windows color (decimal): -4478315 or 9808571. OLE color: 9808571.

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

Color convert

RGB187170149-
CMYK00.090.200.27
HSL33.16º21.84%65.88%-
HSV(B)33.16º20.32%73.33%-
XYZ40.2941.4834.32-
YUV172.69114.63138.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=36.96%
G=33.60%
B=29.45%

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
Decimal18717014900.090.200.2733.1621.8465.88
HexBBAA9509141B211642
Octal27325222501124334126102
Binary101110111010101010010101010011010011011100001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA95; }

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

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

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

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

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

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

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

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