#B7AE9D

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

Shades of Akaroa #B7AE9D

Tints of Akaroa #B7AE9D

Color information

#B7AE9D (or 0xB7AE9D) is unknown color: approx Akaroa. HEX triplet: B7, AE and 9D. RGB value is (183,174,157). Sum of RGB (Red+Green+Blue) = 183+174+157=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE9D is #485162. Grayscale: #AEAEAE. Windows color (decimal): -4739427 or 10333879. OLE color: 10333879.

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

Color convert

RGB183174157-
CMYK00.050.140.28
HSL39.23º15.29%66.67%-
HSV(B)39.23º14.21%71.76%-
XYZ40.7542.7738.01-
YUV174.75117.98133.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=35.60%
G=33.85%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317415700.050.140.2839.2315.2966.67
HexB7AE9D05E1C27f43
Octal2672562350516344717103
Binary101101111010111010011101010111101110010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE9D; }

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

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

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

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

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

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

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

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