Html Css Color HEX #BE956E Fallow

📋 copy color: '#BE956E'

red 190 ◦ green 149 ◦ blue 110

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

Shades of Fallow #BE956E

Tints of Fallow #BE956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 42.32%
G = 33.18%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE956E (or 0xBE956E) is known color: Fallow. HEX triplet: BE, 95 and 6E. RGB value is (190,149,110). Sum of RGB (Red+Green+Blue) = 190+149+110=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE956E is #416A91. Grayscale: #9D9D9D. Windows color (decimal): -4287122 or 7247294. OLE color: 7247294.

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

Color convert

RGB 190 149 110 -
CMYK 0 0.22 0.42 0.25
HSL 29.25º 0.38% 0.59% -
HSV(B) 29.25º 0.42% 0.75% -
XYZ 34.8 33.57 19.4 -
YUV 156.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 190 149 110 0 0.22 0.42 0.25 29.25 0.38 0.59
Hex BE 95 6E 0 16 2A 19 1D 26 3B
Octal 276 225 156 0 26 52 31 35 46 73
Binary 10111110 10010101 1101110 0 10110 101010 11001 11101 100110 111011

Color Harmonies of #BE956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE956E

Black with #BE956E

Text Example


Text Example

White with #BE956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE956E; }

 p { color: rgb(190,149,110); }

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

background-color css

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

 a { background-color: rgb(190,149,110); }

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

border-color css

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

 span { border-color: rgb(190,149,110); }

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