#BBB09A

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

Shades of Akaroa #BBB09A

Tints of Akaroa #BBB09A

Color information

#BBB09A (or 0xBBB09A) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 9A. RGB value is (187,176,154). Sum of RGB (Red+Green+Blue) = 187+176+154=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09A is #444F65. Grayscale: #B0B0B0. Windows color (decimal): -4476774 or 10137787. OLE color: 10137787.

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

Color convert

RGB187176154-
CMYK00.060.180.27
HSL40º19.53%66.86%-
HSV(B)40º17.65%73.33%-
XYZ41.8543.9536.85-
YUV176.78115.14135.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717615400.060.180.274019.5366.86
HexBBB09A06121B281443
Octal2732602320622335024103
Binary10111011101100001001101001101001011011101000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB09A; }

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

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

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

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

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

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

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

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