#BBAA94

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

Shades of Akaroa #BBAA94

Tints of Akaroa #BBAA94

Color information

#BBAA94 (or 0xBBAA94) is unknown color: approx Akaroa. HEX triplet: BB, AA and 94. RGB value is (187,170,148). Sum of RGB (Red+Green+Blue) = 187+170+148=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA94 is #44556B. Grayscale: #ACACAC. Windows color (decimal): -4478316 or 9743035. OLE color: 9743035.

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

Color convert

RGB187170148-
CMYK00.090.210.27
HSL33.85º22.29%65.69%-
HSV(B)33.85º20.86%73.33%-
XYZ40.2141.4533.9-
YUV172.58114.13138.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=37.03%
G=33.66%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717014800.090.210.2733.8522.2965.69
HexBBAA9409151B221642
Octal27325222401125334226102
Binary101110111010101010010100010011010111011100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA94; }

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

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

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

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

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

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

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

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