#B7AF7B

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

Shades of Ecru #B7AF7B

Tints of Ecru #B7AF7B

Color information

#B7AF7B (or 0xB7AF7B) is unknown color: approx Ecru. HEX triplet: B7, AF and 7B. RGB value is (183,175,123). Sum of RGB (Red+Green+Blue) = 183+175+123=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF7B is #485084. Grayscale: #ABABAB. Windows color (decimal): -4739205 or 8105911. OLE color: 8105911.

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

Color convert

RGB183175123-
CMYK00.040.330.28
HSL52º29.41%60%-
HSV(B)52º32.79%71.76%-
XYZ38.4342.1624.85-
YUV171.46100.65136.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=38.05%
G=36.38%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317512300.040.330.285229.4160
HexB7AF7B04211C341d3c
Octal267257173044134643574
Binary1011011110101111111101101001000011110011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF7B; }

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

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

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

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

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

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

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

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