#BBB19B

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

Shades of Akaroa #BBB19B

Tints of Akaroa #BBB19B

Color information

#BBB19B (or 0xBBB19B) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 9B. RGB value is (187,177,155). Sum of RGB (Red+Green+Blue) = 187+177+155=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19B is #444E64. Grayscale: #B1B1B1. Windows color (decimal): -4476517 or 10203579. OLE color: 10203579.

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

Color convert

RGB187177155-
CMYK00.050.170.27
HSL41.25º19.05%67.06%-
HSV(B)41.25º17.11%73.33%-
XYZ42.1344.3837.36-
YUV177.48115.31134.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=36.03%
G=34.10%
B=29.87%

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
Decimal18717715500.050.170.2741.2519.0567.06
HexBBB19B05111B291343
Octal2732612330521335123103
Binary10111011101100011001101101011000111011101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB19B; }

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

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

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

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

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

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

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

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