#B7AE9E

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

Shades of Akaroa #B7AE9E

Tints of Akaroa #B7AE9E

Color information

#B7AE9E (or 0xB7AE9E) is unknown color: approx Akaroa. HEX triplet: B7, AE and 9E. RGB value is (183,174,158). Sum of RGB (Red+Green+Blue) = 183+174+158=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE9E is #485161. Grayscale: #AEAEAE. Windows color (decimal): -4739426 or 10399415. OLE color: 10399415.

HSL color Cylindrical-coordinate representation of color #B7AE9E: hue angle of 38.4º 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 #B7AE9E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183174158-
CMYK00.050.140.28
HSL38.4º14.79%66.86%-
HSV(B)38.4º13.66%71.76%-
XYZ40.8442.8138.46-
YUV174.87118.48133.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=35.53%
G=33.79%
B=30.68%

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
Decimal18317415800.050.140.2838.414.7966.86
HexB7AE9E05E1C26f43
Octal2672562360516344617103
Binary101101111010111010011110010111101110010011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE9E; }

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

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

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

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

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

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

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

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