#B7B07A

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

Shades of Ecru #B7B07A

Tints of Ecru #B7B07A

Color information

#B7B07A (or 0xB7B07A) is unknown color: approx Ecru. HEX triplet: B7, B0 and 7A. RGB value is (183,176,122). Sum of RGB (Red+Green+Blue) = 183+176+122=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07A is #484F85. Grayscale: #ACACAC. Windows color (decimal): -4738950 or 8040631. OLE color: 8040631.

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

Color convert

RGB183176122-
CMYK00.040.330.28
HSL53.11º29.76%59.8%-
HSV(B)53.11º33.33%71.76%-
XYZ38.5742.5224.59-
YUV171.9499.82135.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=38.05%
G=36.59%
B=25.36%

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
Decimal18317612200.040.330.2853.1129.7659.8
HexB7B07A04211C351e3c
Octal267260172044134653674
Binary1011011110110000111101001001000011110011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B07A; }

 p { color: rgb(183,176,122); }

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

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

 a { background-color: rgb(183,176,122); }

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

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

 span { border-color: rgb(183,176,122); }

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