#BBA992

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

Shades of Akaroa #BBA992

Tints of Akaroa #BBA992

Color information

#BBA992 (or 0xBBA992) is unknown color: approx Akaroa. HEX triplet: BB, A9 and 92. RGB value is (187,169,146). Sum of RGB (Red+Green+Blue) = 187+169+146=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA992 is #44566D. Grayscale: #ABABAB. Windows color (decimal): -4478574 or 9611707. OLE color: 9611707.

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

Color convert

RGB187169146-
CMYK00.100.220.27
HSL33.66º23.16%65.29%-
HSV(B)33.66º21.93%73.33%-
XYZ39.8741.0233.01-
YUV171.76113.46138.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=37.25%
G=33.67%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716914600.100.220.2733.6623.1665.29
HexBBA9920A161B221741
Octal27325122201226334227101
Binary101110111010100110010010010101011011011100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA992; }

 p { color: rgb(187,169,146); }

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

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

 a { background-color: rgb(187,169,146); }

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

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

 span { border-color: rgb(187,169,146); }

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