Html Css Color HEX #BE956A Fallow

📋 copy color: '#BE956A'

red 190 ◦ green 149 ◦ blue 106

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

Shades of Fallow #BE956A

Tints of Fallow #BE956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 42.7%
G = 33.48%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE956A (or 0xBE956A) is known color: Fallow. HEX triplet: BE, 95 and 6A. RGB value is (190,149,106). Sum of RGB (Red+Green+Blue) = 190+149+106=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE956A is #416A95. Grayscale: #9C9C9C. Windows color (decimal): -4287126 or 6985150. OLE color: 6985150.

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

Color convert

RGB 190 149 106 -
CMYK 0 0.22 0.44 0.25
HSL 30.71º 0.39% 0.58% -
HSV(B) 30.71º 0.44% 0.75% -
XYZ 34.58 33.48 18.28 -
YUV 156.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 190 149 106 0 0.22 0.44 0.25 30.71 0.39 0.58
Hex BE 95 6A 0 16 2C 19 1F 27 3A
Octal 276 225 152 0 26 54 31 37 47 72
Binary 10111110 10010101 1101010 0 10110 101100 11001 11111 100111 111010

Color Harmonies of #BE956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE956A

Black with #BE956A

Text Example


Text Example

White with #BE956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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