Html Css Color HEX #BE9472 Fallow

📋 copy color: '#BE9472'

red 190 ◦ green 148 ◦ blue 114

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

Shades of Fallow #BE9472

Tints of Fallow #BE9472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 42.04%
G = 32.74%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE9472 (or 0xBE9472) is known color: Fallow. HEX triplet: BE, 94 and 72. RGB value is (190,148,114). Sum of RGB (Red+Green+Blue) = 190+148+114=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9472 is #416B8D. Grayscale: #9C9C9C. Windows color (decimal): -4287374 or 7509182. OLE color: 7509182.

HSL color Cylindrical-coordinate representation of color #BE9472: hue angle of 26.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE9472 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 114 -
CMYK 0 0.22 0.40 0.25
HSL 26.84º 0.37% 0.6% -
HSV(B) 26.84º 0.4% 0.75% -
XYZ 34.86 33.34 20.52 -
YUV 156.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 190 148 114 0 0.22 0.40 0.25 26.84 0.37 0.6
Hex BE 94 72 0 16 28 19 1B 25 3C
Octal 276 224 162 0 26 50 31 33 45 74
Binary 10111110 10010100 1110010 0 10110 101000 11001 11011 100101 111100

Color Harmonies of #BE9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9472

Black with #BE9472

Text Example


Text Example

White with #BE9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9472; }

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

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

background-color css

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

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

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

border-color css

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

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

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