#B7AF9C

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

Shades of Akaroa #B7AF9C

Tints of Akaroa #B7AF9C

Color information

#B7AF9C (or 0xB7AF9C) is unknown color: approx Akaroa. HEX triplet: B7, AF and 9C. RGB value is (183,175,156). Sum of RGB (Red+Green+Blue) = 183+175+156=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF9C is #485063. Grayscale: #AFAFAF. Windows color (decimal): -4739172 or 10268599. OLE color: 10268599.

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

Color convert

RGB183175156-
CMYK00.040.150.28
HSL42.22º15.79%66.47%-
HSV(B)42.22º14.75%71.76%-
XYZ40.8643.1337.62-
YUV175.23117.15133.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=35.60%
G=34.05%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317515600.040.150.2842.2215.7966.47
HexB7AF9C04F1C2a1042
Octal2672572340417345220102
Binary1011011110101111100111000100111111100101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF9C; }

 p { color: rgb(183,175,156); }

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

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

 a { background-color: rgb(183,175,156); }

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

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

 span { border-color: rgb(183,175,156); }

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