Html Css Color HEX #BE966A Fallow

📋 copy color: '#BE966A'

red 190 ◦ green 150 ◦ blue 106

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

Shades of Fallow #BE966A

Tints of Fallow #BE966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 42.6%
G = 33.63%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE966A (or 0xBE966A) is known color: Fallow. HEX triplet: BE, 96 and 6A. RGB value is (190,150,106). Sum of RGB (Red+Green+Blue) = 190+150+106=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE966A is #416995. Grayscale: #9D9D9D. Windows color (decimal): -4286870 or 6985406. OLE color: 6985406.

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

Color convert

RGB 190 150 106 -
CMYK 0 0.21 0.44 0.25
HSL 31.43º 0.39% 0.58% -
HSV(B) 31.43º 0.44% 0.75% -
XYZ 34.74 33.8 18.33 -
YUV 156.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 190 150 106 0 0.21 0.44 0.25 31.43 0.39 0.58
Hex BE 96 6A 0 15 2C 19 1F 27 3A
Octal 276 226 152 0 25 54 31 37 47 72
Binary 10111110 10010110 1101010 0 10101 101100 11001 11111 100111 111010

Color Harmonies of #BE966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE966A

Black with #BE966A

Text Example


Text Example

White with #BE966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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