#B9B09B

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

Shades of Akaroa #B9B09B

Tints of Akaroa #B9B09B

Color information

#B9B09B (or 0xB9B09B) is unknown color: approx Akaroa. HEX triplet: B9, B0 and 9B. RGB value is (185,176,155). Sum of RGB (Red+Green+Blue) = 185+176+155=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B09B is #464F64. Grayscale: #B0B0B0. Windows color (decimal): -4607845 or 10203321. OLE color: 10203321.

HSL color Cylindrical-coordinate representation of color #B9B09B: hue angle of 42º degrees, saturation: 0.18, 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 #B9B09B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185176155-
CMYK00.050.160.27
HSL42º17.65%66.67%-
HSV(B)42º16.22%72.55%-
XYZ41.4543.7337.27-
YUV176.3115.98134.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=35.85%
G=34.11%
B=30.04%

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
Decimal18517615500.050.160.274217.6566.67
HexB9B09B05101B2a1243
Octal2712602330520335222103
Binary10111001101100001001101101011000011011101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B09B; }

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

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

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

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

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

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

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

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