Html Css Color HEX #BEAF73 Ecru

📋 copy color: '#BEAF73'

red 190 ◦ green 175 ◦ blue 115

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

Shades of Ecru #BEAF73

Tints of Ecru #BEAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 39.58%
G = 36.46%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEAF73 (or 0xBEAF73) is known color: Ecru. HEX triplet: BE, AF and 73. RGB value is (190,175,115). Sum of RGB (Red+Green+Blue) = 190+175+115=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF73 is #41508C. Grayscale: #ACACAC. Windows color (decimal): -4280461 or 7581630. OLE color: 7581630.

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

Color convert

RGB 190 175 115 -
CMYK 0 0.08 0.39 0.25
HSL 48º 0.37% 0.6% -
HSV(B) 48º 0.39% 0.75% -
XYZ 39.66 42.84 22.4 -
YUV 172.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 190 175 115 0 0.08 0.39 0.25 48 0.37 0.6
Hex BE AF 73 0 8 27 19 30 25 3C
Octal 276 257 163 0 10 47 31 60 45 74
Binary 10111110 10101111 1110011 0 1000 100111 11001 110000 100101 111100

Color Harmonies of #BEAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF73

Black with #BEAF73

Text Example


Text Example

White with #BEAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF73; }

 p { color: rgb(190,175,115); }

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

background-color css

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

 a { background-color: rgb(190,175,115); }

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

border-color css

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

 span { border-color: rgb(190,175,115); }

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