Html Css Color HEX #BE9C61 Fallow

📋 copy color: '#BE9C61'

red 190 ◦ green 156 ◦ blue 97

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

Shades of Fallow #BE9C61

Tints of Fallow #BE9C61

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 42.89%
G = 35.21%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9C61 (or 0xBE9C61) is known color: Fallow. HEX triplet: BE, 9C and 61. RGB value is (190,156,97). Sum of RGB (Red+Green+Blue) = 190+156+97=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C61 is #41639E. Grayscale: #9F9F9F. Windows color (decimal): -4285343 or 6397118. OLE color: 6397118.

HSL color Cylindrical-coordinate representation of color #BE9C61: hue angle of 38.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE9C61 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 97 -
CMYK 0 0.18 0.49 0.25
HSL 38.06º 0.42% 0.56% -
HSV(B) 38.06º 0.49% 0.75% -
XYZ 35.28 35.59 16.32 -
YUV 159.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 190 156 97 0 0.18 0.49 0.25 38.06 0.42 0.56
Hex BE 9C 61 0 12 31 19 26 2A 38
Octal 276 234 141 0 22 61 31 46 52 70
Binary 10111110 10011100 1100001 0 10010 110001 11001 100110 101010 111000

Color Harmonies of #BE9C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C61

Black with #BE9C61

Text Example


Text Example

White with #BE9C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C61; }

 p { color: rgb(190,156,97); }

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

background-color css

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

 a { background-color: rgb(190,156,97); }

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

border-color css

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

 span { border-color: rgb(190,156,97); }

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