#B9B09C

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

Shades of Akaroa #B9B09C

Tints of Akaroa #B9B09C

Color information

#B9B09C (or 0xB9B09C) is unknown color: approx Akaroa. HEX triplet: B9, B0 and 9C. RGB value is (185,176,156). Sum of RGB (Red+Green+Blue) = 185+176+156=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B09C is #464F63. Grayscale: #B0B0B0. Windows color (decimal): -4607844 or 10268857. OLE color: 10268857.

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

Color convert

RGB185176156-
CMYK00.050.160.27
HSL41.38º17.16%66.86%-
HSV(B)41.38º15.68%72.55%-
XYZ41.5343.7737.71-
YUV176.41116.48134.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=35.78%
G=34.04%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517615600.050.160.2741.3817.1666.86
HexB9B09C05101B291143
Octal2712602340520335121103
Binary10111001101100001001110001011000011011101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B09C; }

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

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

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

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

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

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

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

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