Html Css Color HEX #BE9D64 Fallow

📋 copy color: '#BE9D64'

red 190 ◦ green 157 ◦ blue 100

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

Shades of Fallow #BE9D64

Tints of Fallow #BE9D64

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 100 (39.45% from 255) = 22.37%

R = 42.51%
G = 35.12%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE9D64 (or 0xBE9D64) is known color: Fallow. HEX triplet: BE, 9D and 64. RGB value is (190,157,100). Sum of RGB (Red+Green+Blue) = 190+157+100=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D64 is #41629B. Grayscale: #A0A0A0. Windows color (decimal): -4285084 or 6593982. OLE color: 6593982.

HSL color Cylindrical-coordinate representation of color #BE9D64: hue angle of 38º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE9D64 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 157 100 -
CMYK 0 0.17 0.47 0.25
HSL 38º 0.41% 0.57% -
HSV(B) 38º 0.47% 0.75% -
XYZ 35.59 35.98 17.13 -
YUV 160.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 190 157 100 0 0.17 0.47 0.25 38 0.41 0.57
Hex BE 9D 64 0 11 2F 19 26 29 39
Octal 276 235 144 0 21 57 31 46 51 71
Binary 10111110 10011101 1100100 0 10001 101111 11001 100110 101001 111001

Color Harmonies of #BE9D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D64

Black with #BE9D64

Text Example


Text Example

White with #BE9D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D64; }

 p { color: rgb(190,157,100); }

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

background-color css

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

 a { background-color: rgb(190,157,100); }

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

border-color css

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

 span { border-color: rgb(190,157,100); }

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