#B6AF9E

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

Shades of Akaroa #B6AF9E

Tints of Akaroa #B6AF9E

Color information

#B6AF9E (or 0xB6AF9E) is unknown color: approx Akaroa. HEX triplet: B6, AF and 9E. RGB value is (182,175,158). Sum of RGB (Red+Green+Blue) = 182+175+158=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF9E is #495061. Grayscale: #AFAFAF. Windows color (decimal): -4804706 or 10399670. OLE color: 10399670.

HSL color Cylindrical-coordinate representation of color #B6AF9E: hue angle of 42.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6AF9E is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182175158-
CMYK00.040.130.29
HSL42.5º14.12%66.67%-
HSV(B)42.5º13.19%71.37%-
XYZ40.7943.0738.51-
YUV175.16118.32132.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=35.34%
G=33.98%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217515800.040.130.2942.514.1266.67
HexB6AF9E04D1D2be43
Octal2662572360415355316103
Binary101101101010111110011110010011011110110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF9E; }

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

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

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

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

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

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

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

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