#BBB29C

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

Shades of Akaroa #BBB29C

Tints of Akaroa #BBB29C

Color information

#BBB29C (or 0xBBB29C) is unknown color: approx Akaroa. HEX triplet: BB, B2 and 9C. RGB value is (187,178,156). Sum of RGB (Red+Green+Blue) = 187+178+156=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29C is #444D63. Grayscale: #B2B2B2. Windows color (decimal): -4476260 or 10269371. OLE color: 10269371.

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

Color convert

RGB187178156-
CMYK00.050.170.27
HSL42.58º18.56%67.25%-
HSV(B)42.58º16.58%73.33%-
XYZ42.4144.8137.87-
YUV178.18115.48134.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=35.89%
G=34.17%
B=29.94%

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
Decimal18717815600.050.170.2742.5818.5667.25
HexBBB29C05111B2b1343
Octal2732622340521335323103
Binary10111011101100101001110001011000111011101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB29C; }

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

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

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

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

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

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

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

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