#BBAF96

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

Shades of Akaroa #BBAF96

Tints of Akaroa #BBAF96

Color information

#BBAF96 (or 0xBBAF96) is unknown color: approx Akaroa. HEX triplet: BB, AF and 96. RGB value is (187,175,150). Sum of RGB (Red+Green+Blue) = 187+175+150=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF96 is #445069. Grayscale: #AFAFAF. Windows color (decimal): -4477034 or 9875387. OLE color: 9875387.

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

Color convert

RGB187175150-
CMYK00.060.200.27
HSL40.54º21.39%66.08%-
HSV(B)40.54º19.79%73.33%-
XYZ41.3343.4335.06-
YUV175.74113.48136.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=36.52%
G=34.18%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717515000.060.200.2740.5421.3966.08
HexBBAF9606141B291542
Octal2732572260624335125102
Binary10111011101011111001011001101010011011101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF96; }

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

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

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

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

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

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

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

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