#B9AF9F

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

Shades of Akaroa #B9AF9F

Tints of Akaroa #B9AF9F

Color information

#B9AF9F (or 0xB9AF9F) is unknown color: approx Akaroa. HEX triplet: B9, AF and 9F. RGB value is (185,175,159). Sum of RGB (Red+Green+Blue) = 185+175+159=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9F is #465060. Grayscale: #B0B0B0. Windows color (decimal): -4608097 or 10465209. OLE color: 10465209.

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

Color convert

RGB185175159-
CMYK00.050.140.27
HSL36.92º15.66%67.45%-
HSV(B)36.92º14.05%72.55%-
XYZ41.643.4839-
YUV176.17118.31134.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=35.65%
G=33.72%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517515900.050.140.2736.9215.6667.45
HexB9AF9F05E1B251043
Octal2712572370516334520103
Binary1011100110101111100111110101111011011100101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF9F; }

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

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

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

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

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

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

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

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