#BBB39F

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

Shades of Akaroa #BBB39F

Tints of Akaroa #BBB39F

Color information

#BBB39F (or 0xBBB39F) is unknown color: approx Akaroa. HEX triplet: BB, B3 and 9F. RGB value is (187,179,159). Sum of RGB (Red+Green+Blue) = 187+179+159=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB39F is #444C60. Grayscale: #B3B3B3. Windows color (decimal): -4476001 or 10466235. OLE color: 10466235.

HSL color Cylindrical-coordinate representation of color #BBB39F: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB39F is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187179159-
CMYK00.040.150.27
HSL42.86º17.07%67.84%-
HSV(B)42.86º14.97%73.33%-
XYZ42.8745.3139.29-
YUV179.11116.65133.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=35.62%
G=34.10%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717915900.040.150.2742.8617.0767.84
HexBBB39F04F1B2b1144
Octal2732632370417335321104
Binary1011101110110011100111110100111111011101011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB39F; }

 p { color: rgb(187,179,159); }

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

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

 a { background-color: rgb(187,179,159); }

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

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

 span { border-color: rgb(187,179,159); }

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