#BBB199

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

Shades of Akaroa #BBB199

Tints of Akaroa #BBB199

Color information

#BBB199 (or 0xBBB199) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 99. RGB value is (187,177,153). Sum of RGB (Red+Green+Blue) = 187+177+153=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB199 is #444E66. Grayscale: #B1B1B1. Windows color (decimal): -4476519 or 10072507. OLE color: 10072507.

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

Color convert

RGB187177153-
CMYK00.050.180.27
HSL42.35º20%66.67%-
HSV(B)42.35º18.18%73.33%-
XYZ41.9744.3136.48-
YUV177.25114.31134.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=36.17%
G=34.24%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715300.050.180.2742.352066.67
HexBBB19905121B2a1443
Octal2732612310522335224103
Binary10111011101100011001100101011001011011101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB199; }

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

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

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

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

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

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

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

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