#BBB39E

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

Shades of Akaroa #BBB39E

Tints of Akaroa #BBB39E

Color information

#BBB39E (or 0xBBB39E) is unknown color: approx Akaroa. HEX triplet: BB, B3 and 9E. RGB value is (187,179,158). Sum of RGB (Red+Green+Blue) = 187+179+158=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB39E is #444C61. Grayscale: #B3B3B3. Windows color (decimal): -4476002 or 10400699. OLE color: 10400699.

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

Color convert

RGB187179158-
CMYK00.040.160.27
HSL43.45º17.58%67.65%-
HSV(B)43.45º15.51%73.33%-
XYZ42.7945.2738.83-
YUV179116.15133.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=35.69%
G=34.16%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717915800.040.160.2743.4517.5867.65
HexBBB39E04101B2b1244
Octal2732632360420335322104
Binary10111011101100111001111001001000011011101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB39E; }

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

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

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

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

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

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

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

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