#BBB399

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

Shades of Akaroa #BBB399

Tints of Akaroa #BBB399

Color information

#BBB399 (or 0xBBB399) is unknown color: approx Akaroa. HEX triplet: BB, B3 and 99. RGB value is (187,179,153). Sum of RGB (Red+Green+Blue) = 187+179+153=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB399 is #444C66. Grayscale: #B2B2B2. Windows color (decimal): -4476007 or 10073019. OLE color: 10073019.

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

Color convert

RGB187179153-
CMYK00.040.180.27
HSL45.88º20%66.67%-
HSV(B)45.88º18.18%73.33%-
XYZ42.3645.136.61-
YUV178.43113.65134.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=36.03%
G=34.49%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717915300.040.180.2745.882066.67
HexBBB39904121B2e1443
Octal2732632310422335624103
Binary10111011101100111001100101001001011011101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB399; }

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

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

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

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

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

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

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

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