Html Css Color HEX #BE9470 Fallow

📋 copy color: '#BE9470'

red 190 ◦ green 148 ◦ blue 112

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

Shades of Fallow #BE9470

Tints of Fallow #BE9470

RGB

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

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

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

R = 42.22%
G = 32.89%
B = 24.89%

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

#BE9470 (or 0xBE9470) is known color: Fallow. HEX triplet: BE, 94 and 70. RGB value is (190,148,112). Sum of RGB (Red+Green+Blue) = 190+148+112=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9470 is #416B8F. Grayscale: #9C9C9C. Windows color (decimal): -4287376 or 7378110. OLE color: 7378110.

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

Color convert

RGB 190 148 112 -
CMYK 0 0.22 0.41 0.25
HSL 27.69º 0.38% 0.59% -
HSV(B) 27.69º 0.41% 0.75% -
XYZ 34.75 33.3 19.92 -
YUV 156.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 190 148 112 0 0.22 0.41 0.25 27.69 0.38 0.59
Hex BE 94 70 0 16 29 19 1C 26 3B
Octal 276 224 160 0 26 51 31 34 46 73
Binary 10111110 10010100 1110000 0 10110 101001 11001 11100 100110 111011

Color Harmonies of #BE9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9470

Black with #BE9470

Text Example


Text Example

White with #BE9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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