#BBB29B

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

Shades of Akaroa #BBB29B

Tints of Akaroa #BBB29B

Color information

#BBB29B (or 0xBBB29B) is unknown color: approx Akaroa. HEX triplet: BB, B2 and 9B. RGB value is (187,178,155). Sum of RGB (Red+Green+Blue) = 187+178+155=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29B is #444D64. Grayscale: #B2B2B2. Windows color (decimal): -4476261 or 10203835. OLE color: 10203835.

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

Color convert

RGB187178155-
CMYK00.050.170.27
HSL43.13º19.05%67.06%-
HSV(B)43.13º17.11%73.33%-
XYZ42.3344.7737.42-
YUV178.07114.98134.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=35.96%
G=34.23%
B=29.81%

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
Decimal18717815500.050.170.2743.1319.0567.06
HexBBB29B05111B2b1343
Octal2732622330521335323103
Binary10111011101100101001101101011000111011101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB29B; }

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

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

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

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

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

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

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

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