Html Css Color HEX #BE976E Fallow

📋 copy color: '#BE976E'

red 190 ◦ green 151 ◦ blue 110

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

Shades of Fallow #BE976E

Tints of Fallow #BE976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 42.13%
G = 33.48%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE976E (or 0xBE976E) is known color: Fallow. HEX triplet: BE, 97 and 6E. RGB value is (190,151,110). Sum of RGB (Red+Green+Blue) = 190+151+110=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976E is #416891. Grayscale: #9E9E9E. Windows color (decimal): -4286610 or 7247806. OLE color: 7247806.

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

Color convert

RGB 190 151 110 -
CMYK 0 0.21 0.42 0.25
HSL 30.75º 0.38% 0.59% -
HSV(B) 30.75º 0.42% 0.75% -
XYZ 35.12 34.21 19.5 -
YUV 157.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 190 151 110 0 0.21 0.42 0.25 30.75 0.38 0.59
Hex BE 97 6E 0 15 2A 19 1F 26 3B
Octal 276 227 156 0 25 52 31 37 46 73
Binary 10111110 10010111 1101110 0 10101 101010 11001 11111 100110 111011

Color Harmonies of #BE976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE976E

Black with #BE976E

Text Example


Text Example

White with #BE976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE976E; }

 p { color: rgb(190,151,110); }

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

background-color css

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

 a { background-color: rgb(190,151,110); }

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

border-color css

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

 span { border-color: rgb(190,151,110); }

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