Html Css Color HEX #BE9D74 Fallow

📋 copy color: '#BE9D74'

red 190 ◦ green 157 ◦ blue 116

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

Shades of Fallow #BE9D74

Tints of Fallow #BE9D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 41.04%
G = 33.91%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE9D74 (or 0xBE9D74) is known color: Fallow. HEX triplet: BE, 9D and 74. RGB value is (190,157,116). Sum of RGB (Red+Green+Blue) = 190+157+116=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D74 is #41628B. Grayscale: #A2A2A2. Windows color (decimal): -4285068 or 7642558. OLE color: 7642558.

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

Color convert

RGB 190 157 116 -
CMYK 0 0.17 0.39 0.25
HSL 33.24º 0.36% 0.6% -
HSV(B) 33.24º 0.39% 0.75% -
XYZ 36.44 36.32 21.61 -
YUV 162.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 190 157 116 0 0.17 0.39 0.25 33.24 0.36 0.6
Hex BE 9D 74 0 11 27 19 21 24 3C
Octal 276 235 164 0 21 47 31 41 44 74
Binary 10111110 10011101 1110100 0 10001 100111 11001 100001 100100 111100

Color Harmonies of #BE9D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D74

Black with #BE9D74

Text Example


Text Example

White with #BE9D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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