#B7AD7D

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

Shades of Ecru #B7AD7D

Tints of Ecru #B7AD7D

Color information

#B7AD7D (or 0xB7AD7D) is unknown color: approx Ecru. HEX triplet: B7, AD and 7D. RGB value is (183,173,125). Sum of RGB (Red+Green+Blue) = 183+173+125=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD7D is #485282. Grayscale: #AAAAAA. Windows color (decimal): -4739715 or 8236471. OLE color: 8236471.

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

Color convert

RGB183173125-
CMYK00.050.320.28
HSL49.66º28.71%60.39%-
HSV(B)49.66º31.69%71.76%-
XYZ38.1741.4425.39-
YUV170.52102.31136.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=38.05%
G=35.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317312500.050.320.2849.6628.7160.39
HexB7AD7D05201C321d3c
Octal267255175054034623574
Binary1011011110101101111110101011000001110011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD7D; }

 p { color: rgb(183,173,125); }

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

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

 a { background-color: rgb(183,173,125); }

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

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

 span { border-color: rgb(183,173,125); }

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