#B6B07C

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

Shades of Ecru #B6B07C

Tints of Ecru #B6B07C

Color information

#B6B07C (or 0xB6B07C) is unknown color: approx Ecru. HEX triplet: B6, B0 and 7C. RGB value is (182,176,124). Sum of RGB (Red+Green+Blue) = 182+176+124=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B07C is #494F83. Grayscale: #ACACAC. Windows color (decimal): -4804484 or 8171702. OLE color: 8171702.

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

Color convert

RGB182176124-
CMYK00.030.320.29
HSL53.79º28.43%60%-
HSV(B)53.79º31.87%71.37%-
XYZ38.4542.4525.24-
YUV171.87100.99135.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=37.76%
G=36.51%
B=25.73%

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
Decimal18217612400.030.320.2953.7928.4360
HexB6B07C03201D361c3c
Octal266260174034035663474
Binary101101101011000011111000111000001110111011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B07C; }

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

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

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

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

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

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

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

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