#BBB09C

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

Shades of Akaroa #BBB09C

Tints of Akaroa #BBB09C

Color information

#BBB09C (or 0xBBB09C) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 9C. RGB value is (187,176,156). Sum of RGB (Red+Green+Blue) = 187+176+156=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09C is #444F63. Grayscale: #B1B1B1. Windows color (decimal): -4476772 or 10268859. OLE color: 10268859.

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

Color convert

RGB187176156-
CMYK00.060.170.27
HSL38.71º18.56%67.25%-
HSV(B)38.71º16.58%73.33%-
XYZ42.0244.0237.73-
YUV177.01116.14135.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=36.03%
G=33.91%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717615600.060.170.2738.7118.5667.25
HexBBB09C06111B271343
Octal2732602340621334723103
Binary10111011101100001001110001101000111011100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB09C; }

 p { color: rgb(187,176,156); }

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

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

 a { background-color: rgb(187,176,156); }

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

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

 span { border-color: rgb(187,176,156); }

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