#B6B17C

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

Shades of Ecru #B6B17C

Tints of Ecru #B6B17C

Color information

#B6B17C (or 0xB6B17C) is unknown color: approx Ecru. HEX triplet: B6, B1 and 7C. RGB value is (182,177,124). Sum of RGB (Red+Green+Blue) = 182+177+124=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B17C is #494E83. Grayscale: #ACACAC. Windows color (decimal): -4804228 or 8171958. OLE color: 8171958.

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

Color convert

RGB182177124-
CMYK00.030.320.29
HSL54.83º28.43%60%-
HSV(B)54.83º31.87%71.37%-
XYZ38.6542.8425.3-
YUV172.45100.66134.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=37.68%
G=36.65%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217712400.030.320.2954.8328.4360
HexB6B17C03201D371c3c
Octal266261174034035673474
Binary101101101011000111111000111000001110111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B17C; }

 p { color: rgb(182,177,124); }

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

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

 a { background-color: rgb(182,177,124); }

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

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

 span { border-color: rgb(182,177,124); }

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