#BBAF99

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

Shades of Akaroa #BBAF99

Tints of Akaroa #BBAF99

Color information

#BBAF99 (or 0xBBAF99) is unknown color: approx Akaroa. HEX triplet: BB, AF and 99. RGB value is (187,175,153). Sum of RGB (Red+Green+Blue) = 187+175+153=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF99 is #445066. Grayscale: #B0B0B0. Windows color (decimal): -4477031 or 10071995. OLE color: 10071995.

HSL color Cylindrical-coordinate representation of color #BBAF99: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAF99 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187175153-
CMYK00.060.180.27
HSL38.82º20%66.67%-
HSV(B)38.82º18.18%73.33%-
XYZ41.5743.5236.35-
YUV176.08114.98135.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=36.31%
G=33.98%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717515300.060.180.2738.822066.67
HexBBAF9906121B271443
Octal2732572310622334724103
Binary10111011101011111001100101101001011011100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF99; }

 p { color: rgb(187,175,153); }

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

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

 a { background-color: rgb(187,175,153); }

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

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

 span { border-color: rgb(187,175,153); }

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