#B7AFA1

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

Shades of Tea #B7AFA1

Tints of Tea #B7AFA1

Color information

#B7AFA1 (or 0xB7AFA1) is unknown color: approx Tea. HEX triplet: B7, AF and A1. RGB value is (183,175,161). Sum of RGB (Red+Green+Blue) = 183+175+161=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFA1 is #48505E. Grayscale: #AFAFAF. Windows color (decimal): -4739167 or 10596279. OLE color: 10596279.

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

Color convert

RGB183175161-
CMYK00.040.120.28
HSL38.18º13.25%67.45%-
HSV(B)38.18º12.02%71.76%-
XYZ41.2943.339.9-
YUV175.8119.65133.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=35.26%
G=33.72%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317516100.040.120.2838.1813.2567.45
HexB7AFA104C1C26d43
Octal2672572410414344615103
Binary101101111010111110100001010011001110010011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFA1; }

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

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

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

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

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

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

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

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