#B7AE9B

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

Shades of Akaroa #B7AE9B

Tints of Akaroa #B7AE9B

Color information

#B7AE9B (or 0xB7AE9B) is unknown color: approx Akaroa. HEX triplet: B7, AE and 9B. RGB value is (183,174,155). Sum of RGB (Red+Green+Blue) = 183+174+155=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE9B is #485164. Grayscale: #AEAEAE. Windows color (decimal): -4739429 or 10202807. OLE color: 10202807.

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

Color convert

RGB183174155-
CMYK00.050.150.28
HSL40.71º16.28%66.27%-
HSV(B)40.71º15.3%71.76%-
XYZ40.5842.7137.11-
YUV174.52116.98134.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=35.74%
G=33.98%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317415500.050.150.2840.7116.2866.27
HexB7AE9B05F1C291042
Octal2672562330517345120102
Binary1011011110101110100110110101111111100101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE9B; }

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

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

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

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

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

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

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

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