Html Css Color HEX #BE966C Fallow

📋 copy color: '#BE966C'

red 190 ◦ green 150 ◦ blue 108

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

Shades of Fallow #BE966C

Tints of Fallow #BE966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 42.41%
G = 33.48%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE966C (or 0xBE966C) is known color: Fallow. HEX triplet: BE, 96 and 6C. RGB value is (190,150,108). Sum of RGB (Red+Green+Blue) = 190+150+108=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE966C is #416993. Grayscale: #9D9D9D. Windows color (decimal): -4286868 or 7116478. OLE color: 7116478.

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

Color convert

RGB 190 150 108 -
CMYK 0 0.21 0.43 0.25
HSL 30.73º 0.39% 0.58% -
HSV(B) 30.73º 0.43% 0.75% -
XYZ 34.85 33.84 18.88 -
YUV 157.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 190 150 108 0 0.21 0.43 0.25 30.73 0.39 0.58
Hex BE 96 6C 0 15 2B 19 1F 27 3A
Octal 276 226 154 0 25 53 31 37 47 72
Binary 10111110 10010110 1101100 0 10101 101011 11001 11111 100111 111010

Color Harmonies of #BE966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE966C

Black with #BE966C

Text Example


Text Example

White with #BE966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE966C; }

 p { color: rgb(190,150,108); }

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

background-color css

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

 a { background-color: rgb(190,150,108); }

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

border-color css

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

 span { border-color: rgb(190,150,108); }

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