Html Css Color HEX #BEA068 Fallow

📋 copy color: '#BEA068'

red 190 ◦ green 160 ◦ blue 104

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

Shades of Fallow #BEA068

Tints of Fallow #BEA068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 41.85%
G = 35.24%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA068 (or 0xBEA068) is known color: Fallow. HEX triplet: BE, A0 and 68. RGB value is (190,160,104). Sum of RGB (Red+Green+Blue) = 190+160+104=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA068 is #415F97. Grayscale: #A2A2A2. Windows color (decimal): -4284312 or 6856894. OLE color: 6856894.

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

Color convert

RGB 190 160 104 -
CMYK 0 0.16 0.45 0.25
HSL 39.07º 0.4% 0.58% -
HSV(B) 39.07º 0.45% 0.75% -
XYZ 36.3 37.09 18.34 -
YUV 162.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 190 160 104 0 0.16 0.45 0.25 39.07 0.4 0.58
Hex BE A0 68 0 10 2D 19 27 28 3A
Octal 276 240 150 0 20 55 31 47 50 72
Binary 10111110 10100000 1101000 0 10000 101101 11001 100111 101000 111010

Color Harmonies of #BEA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA068

Black with #BEA068

Text Example


Text Example

White with #BEA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA068; }

 p { color: rgb(190,160,104); }

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

background-color css

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

 a { background-color: rgb(190,160,104); }

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

border-color css

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

 span { border-color: rgb(190,160,104); }

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