#B9AE9D

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

Shades of Akaroa #B9AE9D

Tints of Akaroa #B9AE9D

Color information

#B9AE9D (or 0xB9AE9D) is unknown color: approx Akaroa. HEX triplet: B9, AE and 9D. RGB value is (185,174,157). Sum of RGB (Red+Green+Blue) = 185+174+157=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE9D is #465162. Grayscale: #AFAFAF. Windows color (decimal): -4608355 or 10333881. OLE color: 10333881.

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

Color convert

RGB185174157-
CMYK00.060.150.27
HSL36.43º16.67%67.06%-
HSV(B)36.43º15.14%72.55%-
XYZ41.2343.0238.03-
YUV175.35117.64134.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=35.85%
G=33.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517415700.060.150.2736.4316.6767.06
HexB9AE9D06F1B241143
Octal2712562350617334421103
Binary1011100110101110100111010110111111011100100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE9D; }

 p { color: rgb(185,174,157); }

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

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

 a { background-color: rgb(185,174,157); }

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

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

 span { border-color: rgb(185,174,157); }

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