#BBB099

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

Shades of Akaroa #BBB099

Tints of Akaroa #BBB099

Color information

#BBB099 (or 0xBBB099) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 99. RGB value is (187,176,153). Sum of RGB (Red+Green+Blue) = 187+176+153=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB099 is #444F66. Grayscale: #B0B0B0. Windows color (decimal): -4476775 or 10072251. OLE color: 10072251.

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

Color convert

RGB187176153-
CMYK00.060.180.27
HSL40.59º20%66.67%-
HSV(B)40.59º18.18%73.33%-
XYZ41.7743.9236.41-
YUV176.67114.64135.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=36.24%
G=34.11%
B=29.65%

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
Decimal18717615300.060.180.2740.592066.67
HexBBB09906121B291443
Octal2732602310622335124103
Binary10111011101100001001100101101001011011101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB099; }

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

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

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

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

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

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

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

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