#BBB49C

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

Shades of Akaroa #BBB49C

Tints of Akaroa #BBB49C

Color information

#BBB49C (or 0xBBB49C) is unknown color: approx Akaroa. HEX triplet: BB, B4 and 9C. RGB value is (187,180,156). Sum of RGB (Red+Green+Blue) = 187+180+156=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49C is #444B63. Grayscale: #B3B3B3. Windows color (decimal): -4475748 or 10269883. OLE color: 10269883.

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

Color convert

RGB187180156-
CMYK00.040.170.27
HSL46.45º18.56%67.25%-
HSV(B)46.45º16.58%73.33%-
XYZ42.8245.6138-
YUV179.36114.82133.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=35.76%
G=34.42%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718015600.040.170.2746.4518.5667.25
HexBBB49C04111B2e1343
Octal2732642340421335623103
Binary10111011101101001001110001001000111011101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB49C; }

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

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

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

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

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

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

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

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