#BBAF97

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

Shades of Akaroa #BBAF97

Tints of Akaroa #BBAF97

Color information

#BBAF97 (or 0xBBAF97) is unknown color: approx Akaroa. HEX triplet: BB, AF and 97. RGB value is (187,175,151). Sum of RGB (Red+Green+Blue) = 187+175+151=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF97 is #445068. Grayscale: #AFAFAF. Windows color (decimal): -4477033 or 9940923. OLE color: 9940923.

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

Color convert

RGB187175151-
CMYK00.060.190.27
HSL40º20.93%66.27%-
HSV(B)40º19.25%73.33%-
XYZ41.4143.4635.48-
YUV175.85113.98135.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=36.45%
G=34.11%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717515100.060.190.274020.9366.27
HexBBAF9706131B281542
Octal2732572270623335025102
Binary10111011101011111001011101101001111011101000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF97; }

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

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

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

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

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

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

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

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