Html Css Color HEX #BEAD72 Ecru

📋 copy color: '#BEAD72'

red 190 ◦ green 173 ◦ blue 114

#BEAD72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BEAD72

Tints of Ecru #BEAD72

RGB

 RED value IS 190 (74.61% from 255) = 39.83%

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 39.83%
G = 36.27%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEAD72 (or 0xBEAD72) is known color: Ecru. HEX triplet: BE, AD and 72. RGB value is (190,173,114). Sum of RGB (Red+Green+Blue) = 190+173+114=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD72 is #41528D. Grayscale: #ABABAB. Windows color (decimal): -4280974 or 7515582. OLE color: 7515582.

HSL color Cylindrical-coordinate representation of color #BEAD72: hue angle of 46.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEAD72 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 114 -
CMYK 0 0.09 0.40 0.25
HSL 46.58º 0.37% 0.6% -
HSV(B) 46.58º 0.4% 0.75% -
XYZ 39.22 42.05 21.97 -
YUV 171.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 190 173 114 0 0.09 0.40 0.25 46.58 0.37 0.6
Hex BE AD 72 0 9 28 19 2F 25 3C
Octal 276 255 162 0 11 50 31 57 45 74
Binary 10111110 10101101 1110010 0 1001 101000 11001 101111 100101 111100

Color Harmonies of #BEAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD72

Black with #BEAD72

Text Example


Text Example

White with #BEAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD72; }

 p { color: rgb(190,173,114); }

 H1.HeaderClassName
 {
   color: #BEAD72;
 }
 .AnyTagClassName
 {
   color: #BEAD72;
 }
</style>

background-color css

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

 a { background-color: rgb(190,173,114); }

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

border-color css

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

 span { border-color: rgb(190,173,114); }

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