#BBB19C

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

Shades of Akaroa #BBB19C

Tints of Akaroa #BBB19C

Color information

#BBB19C (or 0xBBB19C) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 9C. RGB value is (187,177,156). Sum of RGB (Red+Green+Blue) = 187+177+156=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19C is #444E63. Grayscale: #B1B1B1. Windows color (decimal): -4476516 or 10269115. OLE color: 10269115.

HSL color Cylindrical-coordinate representation of color #BBB19C: hue angle of 40.65º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB19C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187177156-
CMYK00.050.170.27
HSL40.65º18.56%67.25%-
HSV(B)40.65º16.58%73.33%-
XYZ42.2244.4137.8-
YUV177.6115.81134.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 156 (61.33% from 255) = 30%
R=35.96%
G=34.04%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715600.050.170.2740.6518.5667.25
HexBBB19C05111B291343
Octal2732612340521335123103
Binary10111011101100011001110001011000111011101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB19C; }

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

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

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

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

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

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

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

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