Html Css Color HEX #BEA378 Fallow

📋 copy color: '#BEA378'

red 190 ◦ green 163 ◦ blue 120

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

Shades of Fallow #BEA378

Tints of Fallow #BEA378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 40.17%
G = 34.46%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEA378 (or 0xBEA378) is known color: Fallow. HEX triplet: BE, A3 and 78. RGB value is (190,163,120). Sum of RGB (Red+Green+Blue) = 190+163+120=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA378 is #415C87. Grayscale: #A6A6A6. Windows color (decimal): -4283528 or 7906238. OLE color: 7906238.

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

Color convert

RGB 190 163 120 -
CMYK 0 0.14 0.37 0.25
HSL 36.86º 0.35% 0.61% -
HSV(B) 36.86º 0.37% 0.75% -
XYZ 37.72 38.5 23.21 -
YUV 166.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 190 163 120 0 0.14 0.37 0.25 36.86 0.35 0.61
Hex BE A3 78 0 E 25 19 25 23 3D
Octal 276 243 170 0 16 45 31 45 43 75
Binary 10111110 10100011 1111000 0 1110 100101 11001 100101 100011 111101

Color Harmonies of #BEA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA378

Black with #BEA378

Text Example


Text Example

White with #BEA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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