Html Css Color HEX #BEA570 Fallow

📋 copy color: '#BEA570'

red 190 ◦ green 165 ◦ blue 112

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

Shades of Fallow #BEA570

Tints of Fallow #BEA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 40.69%
G = 35.33%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA570 (or 0xBEA570) is known color: Fallow. HEX triplet: BE, A5 and 70. RGB value is (190,165,112). Sum of RGB (Red+Green+Blue) = 190+165+112=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA570 is #415A8F. Grayscale: #A6A6A6. Windows color (decimal): -4283024 or 7382462. OLE color: 7382462.

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

Color convert

RGB 190 165 112 -
CMYK 0 0.13 0.41 0.25
HSL 40.77º 0.38% 0.59% -
HSV(B) 40.77º 0.41% 0.75% -
XYZ 37.61 39.03 20.88 -
YUV 166.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 190 165 112 0 0.13 0.41 0.25 40.77 0.38 0.59
Hex BE A5 70 0 D 29 19 29 26 3B
Octal 276 245 160 0 15 51 31 51 46 73
Binary 10111110 10100101 1110000 0 1101 101001 11001 101001 100110 111011

Color Harmonies of #BEA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA570

Black with #BEA570

Text Example


Text Example

White with #BEA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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