Html Css Color HEX #BEA26A Fallow

📋 copy color: '#BEA26A'

red 190 ◦ green 162 ◦ blue 106

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

Shades of Fallow #BEA26A

Tints of Fallow #BEA26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 41.48%
G = 35.37%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA26A (or 0xBEA26A) is known color: Fallow. HEX triplet: BE, A2 and 6A. RGB value is (190,162,106). Sum of RGB (Red+Green+Blue) = 190+162+106=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA26A is #415D95. Grayscale: #A4A4A4. Windows color (decimal): -4283798 or 6988478. OLE color: 6988478.

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

Color convert

RGB 190 162 106 -
CMYK 0 0.15 0.44 0.25
HSL 40º 0.39% 0.58% -
HSV(B) 40º 0.44% 0.75% -
XYZ 36.76 37.83 19 -
YUV 163.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 190 162 106 0 0.15 0.44 0.25 40 0.39 0.58
Hex BE A2 6A 0 F 2C 19 28 27 3A
Octal 276 242 152 0 17 54 31 50 47 72
Binary 10111110 10100010 1101010 0 1111 101100 11001 101000 100111 111010

Color Harmonies of #BEA26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA26A

Black with #BEA26A

Text Example


Text Example

White with #BEA26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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