#B6AE9D

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

Shades of Akaroa #B6AE9D

Tints of Akaroa #B6AE9D

Color information

#B6AE9D (or 0xB6AE9D) is unknown color: approx Akaroa. HEX triplet: B6, AE and 9D. RGB value is (182,174,157). Sum of RGB (Red+Green+Blue) = 182+174+157=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE9D is #495162. Grayscale: #AEAEAE. Windows color (decimal): -4804963 or 10333878. OLE color: 10333878.

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

Color convert

RGB182174157-
CMYK00.040.140.29
HSL40.8º14.62%66.47%-
HSV(B)40.8º13.74%71.37%-
XYZ40.5142.6538-
YUV174.45118.15133.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=35.48%
G=33.92%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217415700.040.140.2940.814.6266.47
HexB6AE9D04E1D29f42
Octal2662562350416355117102
Binary101101101010111010011101010011101110110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE9D; }

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

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

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

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

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

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

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

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