Html Css Color HEX #BEA075 Fallow

📋 copy color: '#BEA075'

red 190 ◦ green 160 ◦ blue 117

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

Shades of Fallow #BEA075

Tints of Fallow #BEA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.26%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 40.69%
G = 34.26%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA075 (or 0xBEA075) is known color: Fallow. HEX triplet: BE, A0 and 75. RGB value is (190,160,117). Sum of RGB (Red+Green+Blue) = 190+160+117=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA075 is #415F8A. Grayscale: #A4A4A4. Windows color (decimal): -4284299 or 7708862. OLE color: 7708862.

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

Color convert

RGB 190 160 117 -
CMYK 0 0.16 0.38 0.25
HSL 35.34º 0.36% 0.6% -
HSV(B) 35.34º 0.38% 0.75% -
XYZ 37.02 37.37 22.09 -
YUV 164.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 190 160 117 0 0.16 0.38 0.25 35.34 0.36 0.6
Hex BE A0 75 0 10 26 19 23 24 3C
Octal 276 240 165 0 20 46 31 43 44 74
Binary 10111110 10100000 1110101 0 10000 100110 11001 100011 100100 111100

Color Harmonies of #BEA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA075

Black with #BEA075

Text Example


Text Example

White with #BEA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA075; }

 p { color: rgb(190,160,117); }

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

background-color css

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

 a { background-color: rgb(190,160,117); }

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

border-color css

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

 span { border-color: rgb(190,160,117); }

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