#BBB096

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

Shades of Akaroa #BBB096

Tints of Akaroa #BBB096

Color information

#BBB096 (or 0xBBB096) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 96. RGB value is (187,176,150). Sum of RGB (Red+Green+Blue) = 187+176+150=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB096 is #444F69. Grayscale: #B0B0B0. Windows color (decimal): -4476778 or 9875643. OLE color: 9875643.

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

Color convert

RGB187176150-
CMYK00.060.200.27
HSL42.16º21.39%66.08%-
HSV(B)42.16º19.79%73.33%-
XYZ41.5243.8235.12-
YUV176.32113.14135.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=36.45%
G=34.31%
B=29.24%

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
Decimal18717615000.060.200.2742.1621.3966.08
HexBBB09606141B2a1542
Octal2732602260624335225102
Binary10111011101100001001011001101010011011101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB096; }

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

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

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

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

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

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

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

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