Html Css Color HEX #BEA26B Fallow

📋 copy color: '#BEA26B'

red 190 ◦ green 162 ◦ blue 107

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

Shades of Fallow #BEA26B

Tints of Fallow #BEA26B

RGB

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

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

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

R = 41.39%
G = 35.29%
B = 23.31%

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

#BEA26B (or 0xBEA26B) is known color: Fallow. HEX triplet: BE, A2 and 6B. RGB value is (190,162,107). Sum of RGB (Red+Green+Blue) = 190+162+107=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA26B is #415D94. Grayscale: #A4A4A4. Windows color (decimal): -4283797 or 7054014. OLE color: 7054014.

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

Color convert

RGB 190 162 107 -
CMYK 0 0.15 0.44 0.25
HSL 39.76º 0.39% 0.58% -
HSV(B) 39.76º 0.44% 0.75% -
XYZ 36.81 37.85 19.28 -
YUV 164.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 190 162 107 0 0.15 0.44 0.25 39.76 0.39 0.58
Hex BE A2 6B 0 F 2C 19 28 27 3A
Octal 276 242 153 0 17 54 31 50 47 72
Binary 10111110 10100010 1101011 0 1111 101100 11001 101000 100111 111010

Color Harmonies of #BEA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA26B

Black with #BEA26B

Text Example


Text Example

White with #BEA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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