Html Css Color HEX #BEA372 Fallow

📋 copy color: '#BEA372'

red 190 ◦ green 163 ◦ blue 114

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

Shades of Fallow #BEA372

Tints of Fallow #BEA372

RGB

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

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

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

R = 40.69%
G = 34.9%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEA372 (or 0xBEA372) is known color: Fallow. HEX triplet: BE, A3 and 72. RGB value is (190,163,114). Sum of RGB (Red+Green+Blue) = 190+163+114=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA372 is #415C8D. Grayscale: #A5A5A5. Windows color (decimal): -4283534 or 7513022. OLE color: 7513022.

HSL color Cylindrical-coordinate representation of color #BEA372: hue angle of 38.68º 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 #BEA372 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 114 -
CMYK 0 0.14 0.40 0.25
HSL 38.68º 0.37% 0.6% -
HSV(B) 38.68º 0.4% 0.75% -
XYZ 37.37 38.36 21.35 -
YUV 165.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 190 163 114 0 0.14 0.40 0.25 38.68 0.37 0.6
Hex BE A3 72 0 E 28 19 27 25 3C
Octal 276 243 162 0 16 50 31 47 45 74
Binary 10111110 10100011 1110010 0 1110 101000 11001 100111 100101 111100

Color Harmonies of #BEA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA372

Black with #BEA372

Text Example


Text Example

White with #BEA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA372; }

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

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

background-color css

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

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

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

border-color css

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

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

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