#BBB09F

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

Shades of Akaroa #BBB09F

Tints of Akaroa #BBB09F

Color information

#BBB09F (or 0xBBB09F) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 9F. RGB value is (187,176,159). Sum of RGB (Red+Green+Blue) = 187+176+159=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09F is #444F60. Grayscale: #B1B1B1. Windows color (decimal): -4476769 or 10465467. OLE color: 10465467.

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

Color convert

RGB187176159-
CMYK00.060.150.27
HSL36.43º17.07%67.84%-
HSV(B)36.43º14.97%73.33%-
XYZ42.2844.1239.09-
YUV177.35117.64134.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=35.82%
G=33.72%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717615900.060.150.2736.4317.0767.84
HexBBB09F06F1B241144
Octal2732602370617334421104
Binary1011101110110000100111110110111111011100100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB09F; }

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

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

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

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

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

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

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

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