#B9AF9E

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

Shades of Akaroa #B9AF9E

Tints of Akaroa #B9AF9E

Color information

#B9AF9E (or 0xB9AF9E) is unknown color: approx Akaroa. HEX triplet: B9, AF and 9E. RGB value is (185,175,158). Sum of RGB (Red+Green+Blue) = 185+175+158=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9E is #465061. Grayscale: #B0B0B0. Windows color (decimal): -4608098 or 10399673. OLE color: 10399673.

HSL color Cylindrical-coordinate representation of color #B9AF9E: hue angle of 37.78º degrees, saturation: 0.16, 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 #B9AF9E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185175158-
CMYK00.050.150.27
HSL37.78º16.17%67.25%-
HSV(B)37.78º14.59%72.55%-
XYZ41.5143.4438.55-
YUV176.05117.81134.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=35.71%
G=33.78%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517515800.050.150.2737.7816.1767.25
HexB9AF9E05F1B261043
Octal2712572360517334620103
Binary1011100110101111100111100101111111011100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF9E; }

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

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

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

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

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

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

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

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