#B9AF9C

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

Shades of Akaroa #B9AF9C

Tints of Akaroa #B9AF9C

Color information

#B9AF9C (or 0xB9AF9C) is unknown color: approx Akaroa. HEX triplet: B9, AF and 9C. RGB value is (185,175,156). Sum of RGB (Red+Green+Blue) = 185+175+156=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9C is #465063. Grayscale: #AFAFAF. Windows color (decimal): -4608100 or 10268601. OLE color: 10268601.

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

Color convert

RGB185175156-
CMYK00.050.160.27
HSL39.31º17.16%66.86%-
HSV(B)39.31º15.68%72.55%-
XYZ41.3443.3737.65-
YUV175.82116.81134.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=35.85%
G=33.91%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517515600.050.160.2739.3117.1666.86
HexB9AF9C05101B271143
Octal2712572340520334721103
Binary10111001101011111001110001011000011011100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF9C; }

 p { color: rgb(185,175,156); }

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

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

 a { background-color: rgb(185,175,156); }

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

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

 span { border-color: rgb(185,175,156); }

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