Html Css Color HEX #BEA370 Fallow

📋 copy color: '#BEA370'

red 190 ◦ green 163 ◦ blue 112

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

Shades of Fallow #BEA370

Tints of Fallow #BEA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 40.86%
G = 35.05%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA370 (or 0xBEA370) is known color: Fallow. HEX triplet: BE, A3 and 70. RGB value is (190,163,112). Sum of RGB (Red+Green+Blue) = 190+163+112=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA370 is #415C8F. Grayscale: #A5A5A5. Windows color (decimal): -4283536 or 7381950. OLE color: 7381950.

HSL color Cylindrical-coordinate representation of color #BEA370: hue angle of 39.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEA370 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 112 -
CMYK 0 0.14 0.41 0.25
HSL 39.23º 0.38% 0.59% -
HSV(B) 39.23º 0.41% 0.75% -
XYZ 37.26 38.31 20.76 -
YUV 165.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 190 163 112 0 0.14 0.41 0.25 39.23 0.38 0.59
Hex BE A3 70 0 E 29 19 27 26 3B
Octal 276 243 160 0 16 51 31 47 46 73
Binary 10111110 10100011 1110000 0 1110 101001 11001 100111 100110 111011

Color Harmonies of #BEA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA370

Black with #BEA370

Text Example


Text Example

White with #BEA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA370; }

 p { color: rgb(190,163,112); }

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

background-color css

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

 a { background-color: rgb(190,163,112); }

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

border-color css

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

 span { border-color: rgb(190,163,112); }

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