Html Css Color HEX #BE966F Fallow

📋 copy color: '#BE966F'

red 190 ◦ green 150 ◦ blue 111

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

Shades of Fallow #BE966F

Tints of Fallow #BE966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 42.13%
G = 33.26%
B = 24.61%

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

#BE966F (or 0xBE966F) is known color: Fallow. HEX triplet: BE, 96 and 6F. RGB value is (190,150,111). Sum of RGB (Red+Green+Blue) = 190+150+111=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE966F is #416990. Grayscale: #9D9D9D. Windows color (decimal): -4286865 or 7313086. OLE color: 7313086.

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

Color convert

RGB 190 150 111 -
CMYK 0 0.21 0.42 0.25
HSL 29.62º 0.38% 0.59% -
HSV(B) 29.62º 0.42% 0.75% -
XYZ 35.01 33.91 19.74 -
YUV 157.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 190 150 111 0 0.21 0.42 0.25 29.62 0.38 0.59
Hex BE 96 6F 0 15 2A 19 1E 26 3B
Octal 276 226 157 0 25 52 31 36 46 73
Binary 10111110 10010110 1101111 0 10101 101010 11001 11110 100110 111011

Color Harmonies of #BE966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE966F

Black with #BE966F

Text Example


Text Example

White with #BE966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE966F; }

 p { color: rgb(190,150,111); }

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

background-color css

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

 a { background-color: rgb(190,150,111); }

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

border-color css

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

 span { border-color: rgb(190,150,111); }

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