#BBB29D

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

Shades of Akaroa #BBB29D

Tints of Akaroa #BBB29D

Color information

#BBB29D (or 0xBBB29D) is unknown color: approx Akaroa. HEX triplet: BB, B2 and 9D. RGB value is (187,178,157). Sum of RGB (Red+Green+Blue) = 187+178+157=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29D is #444D62. Grayscale: #B2B2B2. Windows color (decimal): -4476259 or 10334907. OLE color: 10334907.

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

Color convert

RGB187178157-
CMYK00.050.160.27
HSL42º18.07%67.45%-
HSV(B)42º16.04%73.33%-
XYZ42.544.8438.31-
YUV178.3115.98134.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=35.82%
G=34.10%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717815700.050.160.274218.0767.45
HexBBB29D05101B2a1243
Octal2732622350520335222103
Binary10111011101100101001110101011000011011101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB29D; }

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

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

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

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

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

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

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

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