Html Css Color HEX #BEA274 Fallow

📋 copy color: '#BEA274'

red 190 ◦ green 162 ◦ blue 116

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

Shades of Fallow #BEA274

Tints of Fallow #BEA274

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.62%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 40.6%
G = 34.62%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEA274 (or 0xBEA274) is known color: Fallow. HEX triplet: BE, A2 and 74. RGB value is (190,162,116). Sum of RGB (Red+Green+Blue) = 190+162+116=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA274 is #415D8B. Grayscale: #A5A5A5. Windows color (decimal): -4283788 or 7643838. OLE color: 7643838.

HSL color Cylindrical-coordinate representation of color #BEA274: hue angle of 37.3º degrees, saturation: 0.36, 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 #BEA274 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 116 -
CMYK 0 0.15 0.39 0.25
HSL 37.3º 0.36% 0.6% -
HSV(B) 37.3º 0.39% 0.75% -
XYZ 37.31 38.05 21.9 -
YUV 165.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 190 162 116 0 0.15 0.39 0.25 37.3 0.36 0.6
Hex BE A2 74 0 F 27 19 25 24 3C
Octal 276 242 164 0 17 47 31 45 44 74
Binary 10111110 10100010 1110100 0 1111 100111 11001 100101 100100 111100

Color Harmonies of #BEA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA274

Black with #BEA274

Text Example


Text Example

White with #BEA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA274; }

 p { color: rgb(190,162,116); }

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

background-color css

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

 a { background-color: rgb(190,162,116); }

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

border-color css

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

 span { border-color: rgb(190,162,116); }

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