Html Css Color HEX #BE976B Fallow

📋 copy color: '#BE976B'

red 190 ◦ green 151 ◦ blue 107

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

Shades of Fallow #BE976B

Tints of Fallow #BE976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 42.41%
G = 33.71%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE976B (or 0xBE976B) is known color: Fallow. HEX triplet: BE, 97 and 6B. RGB value is (190,151,107). Sum of RGB (Red+Green+Blue) = 190+151+107=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976B is #416894. Grayscale: #9D9D9D. Windows color (decimal): -4286613 or 7051198. OLE color: 7051198.

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

Color convert

RGB 190 151 107 -
CMYK 0 0.21 0.44 0.25
HSL 31.81º 0.39% 0.58% -
HSV(B) 31.81º 0.44% 0.75% -
XYZ 34.96 34.14 18.66 -
YUV 157.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 190 151 107 0 0.21 0.44 0.25 31.81 0.39 0.58
Hex BE 97 6B 0 15 2C 19 20 27 3A
Octal 276 227 153 0 25 54 31 40 47 72
Binary 10111110 10010111 1101011 0 10101 101100 11001 100000 100111 111010

Color Harmonies of #BE976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE976B

Black with #BE976B

Text Example


Text Example

White with #BE976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE976B; }

 p { color: rgb(190,151,107); }

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

background-color css

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

 a { background-color: rgb(190,151,107); }

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

border-color css

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

 span { border-color: rgb(190,151,107); }

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