Html Css Color HEX #BE9F70 Fallow

📋 copy color: '#BE9F70'

red 190 ◦ green 159 ◦ blue 112

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

Shades of Fallow #BE9F70

Tints of Fallow #BE9F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.49%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 41.21%
G = 34.49%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE9F70 (or 0xBE9F70) is known color: Fallow. HEX triplet: BE, 9F and 70. RGB value is (190,159,112). Sum of RGB (Red+Green+Blue) = 190+159+112=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F70 is #41608F. Grayscale: #A3A3A3. Windows color (decimal): -4284560 or 7380926. OLE color: 7380926.

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

Color convert

RGB 190 159 112 -
CMYK 0 0.16 0.41 0.25
HSL 36.15º 0.38% 0.59% -
HSV(B) 36.15º 0.41% 0.75% -
XYZ 36.56 36.91 20.53 -
YUV 162.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 190 159 112 0 0.16 0.41 0.25 36.15 0.38 0.59
Hex BE 9F 70 0 10 29 19 24 26 3B
Octal 276 237 160 0 20 51 31 44 46 73
Binary 10111110 10011111 1110000 0 10000 101001 11001 100100 100110 111011

Color Harmonies of #BE9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F70

Black with #BE9F70

Text Example


Text Example

White with #BE9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F70; }

 p { color: rgb(190,159,112); }

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

background-color css

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

 a { background-color: rgb(190,159,112); }

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

border-color css

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

 span { border-color: rgb(190,159,112); }

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