Html Css Color HEX #BE9B61 Fallow

📋 copy color: '#BE9B61'

red 190 ◦ green 155 ◦ blue 97

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

Shades of Fallow #BE9B61

Tints of Fallow #BE9B61

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 42.99%
G = 35.07%
B = 21.95%

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

#BE9B61 (or 0xBE9B61) is known color: Fallow. HEX triplet: BE, 9B and 61. RGB value is (190,155,97). Sum of RGB (Red+Green+Blue) = 190+155+97=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B61 is #41649E. Grayscale: #9F9F9F. Windows color (decimal): -4285599 or 6396862. OLE color: 6396862.

HSL color Cylindrical-coordinate representation of color #BE9B61: hue angle of 37.42º 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 #BE9B61 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 97 -
CMYK 0 0.18 0.49 0.25
HSL 37.42º 0.42% 0.56% -
HSV(B) 37.42º 0.49% 0.75% -
XYZ 35.11 35.25 16.26 -
YUV 158.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 190 155 97 0 0.18 0.49 0.25 37.42 0.42 0.56
Hex BE 9B 61 0 12 31 19 25 2A 38
Octal 276 233 141 0 22 61 31 45 52 70
Binary 10111110 10011011 1100001 0 10010 110001 11001 100101 101010 111000

Color Harmonies of #BE9B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B61

Black with #BE9B61

Text Example


Text Example

White with #BE9B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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