#B6AC7B

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

Shades of Ecru #B6AC7B

Tints of Ecru #B6AC7B

Color information

#B6AC7B (or 0xB6AC7B) is unknown color: approx Ecru. HEX triplet: B6, AC and 7B. RGB value is (182,172,123). Sum of RGB (Red+Green+Blue) = 182+172+123=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC7B is #495384. Grayscale: #A9A9A9. Windows color (decimal): -4805509 or 8105142. OLE color: 8105142.

HSL color Cylindrical-coordinate representation of color #B6AC7B: hue angle of 49.83º degrees, saturation: 0.29, 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 #B6AC7B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182172123-
CMYK00.050.320.29
HSL49.83º28.78%59.8%-
HSV(B)49.83º32.42%71.37%-
XYZ37.6240.8824.65-
YUV169.4101.81136.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=38.16%
G=36.06%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217212300.050.320.2949.8328.7859.8
HexB6AC7B05201D321d3c
Octal266254173054035623574
Binary1011011010101100111101101011000001110111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC7B; }

 p { color: rgb(182,172,123); }

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

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

 a { background-color: rgb(182,172,123); }

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

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

 span { border-color: rgb(182,172,123); }

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