#BEB27B

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

Shades of Ecru #BEB27B

Tints of Ecru #BEB27B

Color information

#BEB27B (or 0xBEB27B) is unknown color: approx Ecru. HEX triplet: BE, B2 and 7B. RGB value is (190,178,123). Sum of RGB (Red+Green+Blue) = 190+178+123=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB27B is #414D84. Grayscale: #AFAFAF. Windows color (decimal): -4279685 or 8106686. OLE color: 8106686.

HSL color Cylindrical-coordinate representation of color #BEB27B: hue angle of 49.25º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEB27B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190178123-
CMYK00.060.350.25
HSL49.25º34.01%61.37%-
HSV(B)49.25º35.26%74.51%-
XYZ40.7344.2225.13-
YUV175.3298.48138.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=38.70%
G=36.25%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017812300.060.350.2549.2534.0161.37
HexBEB27B06231931223d
Octal276262173064331614275
Binary10111110101100101111011011010001111001110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB27B; }

 p { color: rgb(190,178,123); }

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

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

 a { background-color: rgb(190,178,123); }

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

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

 span { border-color: rgb(190,178,123); }

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