Html Css Color HEX #BE966D Fallow

📋 copy color: '#BE966D'

red 190 ◦ green 150 ◦ blue 109

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

Shades of Fallow #BE966D

Tints of Fallow #BE966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 42.32%
G = 33.41%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE966D (or 0xBE966D) is known color: Fallow. HEX triplet: BE, 96 and 6D. RGB value is (190,150,109). Sum of RGB (Red+Green+Blue) = 190+150+109=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE966D is #416992. Grayscale: #9D9D9D. Windows color (decimal): -4286867 or 7182014. OLE color: 7182014.

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

Color convert

RGB 190 150 109 -
CMYK 0 0.21 0.43 0.25
HSL 30.37º 0.38% 0.59% -
HSV(B) 30.37º 0.43% 0.75% -
XYZ 34.9 33.86 19.16 -
YUV 157.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 190 150 109 0 0.21 0.43 0.25 30.37 0.38 0.59
Hex BE 96 6D 0 15 2B 19 1E 26 3B
Octal 276 226 155 0 25 53 31 36 46 73
Binary 10111110 10010110 1101101 0 10101 101011 11001 11110 100110 111011

Color Harmonies of #BE966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE966D

Black with #BE966D

Text Example


Text Example

White with #BE966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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