#B9AC96

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

Shades of Akaroa #B9AC96

Tints of Akaroa #B9AC96

Color information

#B9AC96 (or 0xB9AC96) is unknown color: approx Akaroa. HEX triplet: B9, AC and 96. RGB value is (185,172,150). Sum of RGB (Red+Green+Blue) = 185+172+150=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC96 is #465369. Grayscale: #ADADAD. Windows color (decimal): -4608874 or 9874617. OLE color: 9874617.

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

Color convert

RGB185172150-
CMYK00.070.190.27
HSL37.71º20%65.69%-
HSV(B)37.71º18.92%72.55%-
XYZ40.2742.0234.84-
YUV173.38114.81136.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=36.49%
G=33.93%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517215000.070.190.2737.712065.69
HexB9AC9607131B261442
Octal2712542260723334624102
Binary10111001101011001001011001111001111011100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC96; }

 p { color: rgb(185,172,150); }

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

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

 a { background-color: rgb(185,172,150); }

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

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

 span { border-color: rgb(185,172,150); }

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