#B6B09F

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

Shades of Akaroa #B6B09F

Tints of Akaroa #B6B09F

Color information

#B6B09F (or 0xB6B09F) is unknown color: approx Akaroa. HEX triplet: B6, B0 and 9F. RGB value is (182,176,159). Sum of RGB (Red+Green+Blue) = 182+176+159=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B09F is #494F60. Grayscale: #AFAFAF. Windows color (decimal): -4804449 or 10465462. OLE color: 10465462.

HSL color Cylindrical-coordinate representation of color #B6B09F: hue angle of 44.35º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6B09F is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182176159-
CMYK00.030.130.29
HSL44.35º13.61%66.86%-
HSV(B)44.35º12.64%71.37%-
XYZ41.0743.539.03-
YUV175.86118.49132.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=35.20%
G=34.04%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217615900.030.130.2944.3513.6166.86
HexB6B09F03D1D2ce43
Octal2662602370315355416103
Binary10110110101100001001111101111011110110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B09F; }

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

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

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

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

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

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

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

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