#BBB196

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

Shades of Akaroa #BBB196

Tints of Akaroa #BBB196

Color information

#BBB196 (or 0xBBB196) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 96. RGB value is (187,177,150). Sum of RGB (Red+Green+Blue) = 187+177+150=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB196 is #444E69. Grayscale: #B1B1B1. Windows color (decimal): -4476522 or 9875899. OLE color: 9875899.

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

Color convert

RGB187177150-
CMYK00.050.200.27
HSL43.78º21.39%66.08%-
HSV(B)43.78º19.79%73.33%-
XYZ41.7244.2135.19-
YUV176.91112.81135.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=36.38%
G=34.44%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715000.050.200.2743.7821.3966.08
HexBBB19605141B2c1542
Octal2732612260524335425102
Binary10111011101100011001011001011010011011101100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB196; }

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

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

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

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

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

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

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

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