#B7AD7B

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

Shades of Ecru #B7AD7B

Tints of Ecru #B7AD7B

Color information

#B7AD7B (or 0xB7AD7B) is unknown color: approx Ecru. HEX triplet: B7, AD and 7B. RGB value is (183,173,123). Sum of RGB (Red+Green+Blue) = 183+173+123=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD7B is #485284. Grayscale: #AAAAAA. Windows color (decimal): -4739717 or 8105399. OLE color: 8105399.

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

Color convert

RGB183173123-
CMYK00.050.330.28
HSL50º29.41%60%-
HSV(B)50º32.79%71.76%-
XYZ38.0541.3824.72-
YUV170.29101.31137.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=38.20%
G=36.12%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317312300.050.330.285029.4160
HexB7AD7B05211C321d3c
Octal267255173054134623574
Binary1011011110101101111101101011000011110011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD7B; }

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

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

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

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

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

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

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

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