Html Css Color HEX #BE9962 Fallow

📋 copy color: '#BE9962'

red 190 ◦ green 153 ◦ blue 98

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

Shades of Fallow #BE9962

Tints of Fallow #BE9962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 43.08%
G = 34.69%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE9962 (or 0xBE9962) is known color: Fallow. HEX triplet: BE, 99 and 62. RGB value is (190,153,98). Sum of RGB (Red+Green+Blue) = 190+153+98=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9962 is #41669D. Grayscale: #9E9E9E. Windows color (decimal): -4286110 or 6461886. OLE color: 6461886.

HSL color Cylindrical-coordinate representation of color #BE9962: hue angle of 35.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE9962 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 98 -
CMYK 0 0.19 0.48 0.25
HSL 35.87º 0.41% 0.56% -
HSV(B) 35.87º 0.48% 0.75% -
XYZ 34.83 34.61 16.4 -
YUV 157.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 190 153 98 0 0.19 0.48 0.25 35.87 0.41 0.56
Hex BE 99 62 0 13 30 19 24 29 38
Octal 276 231 142 0 23 60 31 44 51 70
Binary 10111110 10011001 1100010 0 10011 110000 11001 100100 101001 111000

Color Harmonies of #BE9962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9962

Black with #BE9962

Text Example


Text Example

White with #BE9962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9962; }

 p { color: rgb(190,153,98); }

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

background-color css

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

 a { background-color: rgb(190,153,98); }

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

border-color css

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

 span { border-color: rgb(190,153,98); }

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