#B9AD9A

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

Shades of Akaroa #B9AD9A

Tints of Akaroa #B9AD9A

Color information

#B9AD9A (or 0xB9AD9A) is unknown color: approx Akaroa. HEX triplet: B9, AD and 9A. RGB value is (185,173,154). Sum of RGB (Red+Green+Blue) = 185+173+154=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9A is #465265. Grayscale: #AEAEAE. Windows color (decimal): -4608614 or 10137017. OLE color: 10137017.

HSL color Cylindrical-coordinate representation of color #B9AD9A: hue angle of 36.77º 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 #B9AD9A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185173154-
CMYK00.060.170.27
HSL36.77º18.13%66.47%-
HSV(B)36.77º16.76%72.55%-
XYZ40.7842.5336.63-
YUV174.42116.48135.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=36.13%
G=33.79%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517315400.060.170.2736.7718.1366.47
HexB9AD9A06111B251242
Octal2712552320621334522102
Binary10111001101011011001101001101000111011100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD9A; }

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

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

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

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

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

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

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

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