Html Css Color HEX #BEA268 Fallow

📋 copy color: '#BEA268'

red 190 ◦ green 162 ◦ blue 104

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

Shades of Fallow #BEA268

Tints of Fallow #BEA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

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

R = 41.67%
G = 35.53%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA268 (or 0xBEA268) is known color: Fallow. HEX triplet: BE, A2 and 68. RGB value is (190,162,104). Sum of RGB (Red+Green+Blue) = 190+162+104=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA268 is #415D97. Grayscale: #A4A4A4. Windows color (decimal): -4283800 or 6857406. OLE color: 6857406.

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

Color convert

RGB 190 162 104 -
CMYK 0 0.15 0.45 0.25
HSL 40.47º 0.4% 0.58% -
HSV(B) 40.47º 0.45% 0.75% -
XYZ 36.65 37.79 18.46 -
YUV 163.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 190 162 104 0 0.15 0.45 0.25 40.47 0.4 0.58
Hex BE A2 68 0 F 2D 19 28 28 3A
Octal 276 242 150 0 17 55 31 50 50 72
Binary 10111110 10100010 1101000 0 1111 101101 11001 101000 101000 111010

Color Harmonies of #BEA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA268

Black with #BEA268

Text Example


Text Example

White with #BEA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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