Html Css Color HEX #BE9471 Fallow

📋 copy color: '#BE9471'

red 190 ◦ green 148 ◦ blue 113

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

Shades of Fallow #BE9471

Tints of Fallow #BE9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.82%

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 42.13%
G = 32.82%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE9471 (or 0xBE9471) is known color: Fallow. HEX triplet: BE, 94 and 71. RGB value is (190,148,113). Sum of RGB (Red+Green+Blue) = 190+148+113=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9471 is #416B8E. Grayscale: #9C9C9C. Windows color (decimal): -4287375 or 7443646. OLE color: 7443646.

HSL color Cylindrical-coordinate representation of color #BE9471: hue angle of 27.27º degrees, saturation: 0.37, 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 #BE9471 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 113 -
CMYK 0 0.22 0.41 0.25
HSL 27.27º 0.37% 0.59% -
HSV(B) 27.27º 0.41% 0.75% -
XYZ 34.81 33.32 20.22 -
YUV 156.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 190 148 113 0 0.22 0.41 0.25 27.27 0.37 0.59
Hex BE 94 71 0 16 29 19 1B 25 3B
Octal 276 224 161 0 26 51 31 33 45 73
Binary 10111110 10010100 1110001 0 10110 101001 11001 11011 100101 111011

Color Harmonies of #BE9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9471

Black with #BE9471

Text Example


Text Example

White with #BE9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9471; }

 p { color: rgb(190,148,113); }

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

background-color css

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

 a { background-color: rgb(190,148,113); }

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

border-color css

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

 span { border-color: rgb(190,148,113); }

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