Html Css Color HEX #BE996B Fallow

📋 copy color: '#BE996B'

red 190 ◦ green 153 ◦ blue 107

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

Shades of Fallow #BE996B

Tints of Fallow #BE996B

RGB

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

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

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

R = 42.22%
G = 34%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE996B (or 0xBE996B) is known color: Fallow. HEX triplet: BE, 99 and 6B. RGB value is (190,153,107). Sum of RGB (Red+Green+Blue) = 190+153+107=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE996B is #416694. Grayscale: #9F9F9F. Windows color (decimal): -4286101 or 7051710. OLE color: 7051710.

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

Color convert

RGB 190 153 107 -
CMYK 0 0.19 0.44 0.25
HSL 33.25º 0.39% 0.58% -
HSV(B) 33.25º 0.44% 0.75% -
XYZ 35.28 34.79 18.77 -
YUV 158.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 190 153 107 0 0.19 0.44 0.25 33.25 0.39 0.58
Hex BE 99 6B 0 13 2C 19 21 27 3A
Octal 276 231 153 0 23 54 31 41 47 72
Binary 10111110 10011001 1101011 0 10011 101100 11001 100001 100111 111010

Color Harmonies of #BE996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE996B

Black with #BE996B

Text Example


Text Example

White with #BE996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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