#B9AD97

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

Shades of Akaroa #B9AD97

Tints of Akaroa #B9AD97

Color information

#B9AD97 (or 0xB9AD97) is unknown color: approx Akaroa. HEX triplet: B9, AD and 97. RGB value is (185,173,151). Sum of RGB (Red+Green+Blue) = 185+173+151=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD97 is #465268. Grayscale: #AEAEAE. Windows color (decimal): -4608617 or 9940409. OLE color: 9940409.

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

Color convert

RGB185173151-
CMYK00.060.180.27
HSL38.82º19.54%65.88%-
HSV(B)38.82º18.38%72.55%-
XYZ40.5442.4435.33-
YUV174.08114.98135.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=36.35%
G=33.99%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517315100.060.180.2738.8219.5465.88
HexB9AD9706121B271442
Octal2712552270622334724102
Binary10111001101011011001011101101001011011100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD97; }

 p { color: rgb(185,173,151); }

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

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

 a { background-color: rgb(185,173,151); }

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

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

 span { border-color: rgb(185,173,151); }

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