#BBB29A

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

Shades of Akaroa #BBB29A

Tints of Akaroa #BBB29A

Color information

#BBB29A (or 0xBBB29A) is unknown color: approx Akaroa. HEX triplet: BB, B2 and 9A. RGB value is (187,178,154). Sum of RGB (Red+Green+Blue) = 187+178+154=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29A is #444D65. Grayscale: #B2B2B2. Windows color (decimal): -4476262 or 10138299. OLE color: 10138299.

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

Color convert

RGB187178154-
CMYK00.050.180.27
HSL43.64º19.53%66.86%-
HSV(B)43.64º17.65%73.33%-
XYZ42.2544.7436.98-
YUV177.96114.48134.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=36.03%
G=34.30%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717815400.050.180.2743.6419.5366.86
HexBBB29A05121B2c1443
Octal2732622320522335424103
Binary10111011101100101001101001011001011011101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB29A; }

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

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

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

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

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

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

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

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