#B9B19A

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

Shades of Akaroa #B9B19A

Tints of Akaroa #B9B19A

Color information

#B9B19A (or 0xB9B19A) is unknown color: approx Akaroa. HEX triplet: B9, B1 and 9A. RGB value is (185,177,154). Sum of RGB (Red+Green+Blue) = 185+177+154=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B19A is #464E65. Grayscale: #B0B0B0. Windows color (decimal): -4607590 or 10138041. OLE color: 10138041.

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

Color convert

RGB185177154-
CMYK00.040.170.27
HSL44.52º18.13%66.47%-
HSV(B)44.52º16.76%72.55%-
XYZ41.5644.0936.89-
YUV176.77115.15133.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=35.85%
G=34.30%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517715400.040.170.2744.5218.1366.47
HexB9B19A04111B2d1242
Octal2712612320421335522102
Binary10111001101100011001101001001000111011101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B19A; }

 p { color: rgb(185,177,154); }

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

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

 a { background-color: rgb(185,177,154); }

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

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

 span { border-color: rgb(185,177,154); }

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