#B7B27C

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

Shades of Ecru #B7B27C

Tints of Ecru #B7B27C

Color information

#B7B27C (or 0xB7B27C) is unknown color: approx Ecru. HEX triplet: B7, B2 and 7C. RGB value is (183,178,124). Sum of RGB (Red+Green+Blue) = 183+178+124=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B27C is #484D83. Grayscale: #ADADAD. Windows color (decimal): -4738436 or 8172215. OLE color: 8172215.

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

Color convert

RGB183178124-
CMYK00.030.320.28
HSL54.92º29.06%60.2%-
HSV(B)54.92º32.24%71.76%-
XYZ39.0943.3625.38-
YUV173.34100.16134.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=37.73%
G=36.70%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317812400.030.320.2854.9229.0660.2
HexB7B27C03201C371d3c
Octal267262174034034673574
Binary101101111011001011111000111000001110011011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B27C; }

 p { color: rgb(183,178,124); }

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

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

 a { background-color: rgb(183,178,124); }

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

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

 span { border-color: rgb(183,178,124); }

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