Html Css Color HEX #BEA169 Fallow

📋 copy color: '#BEA169'

red 190 ◦ green 161 ◦ blue 105

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

Shades of Fallow #BEA169

Tints of Fallow #BEA169

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 41.67%
G = 35.31%
B = 23.03%

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

#BEA169 (or 0xBEA169) is known color: Fallow. HEX triplet: BE, A1 and 69. RGB value is (190,161,105). Sum of RGB (Red+Green+Blue) = 190+161+105=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA169 is #415E96. Grayscale: #A3A3A3. Windows color (decimal): -4284055 or 6922686. OLE color: 6922686.

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

Color convert

RGB 190 161 105 -
CMYK 0 0.15 0.45 0.25
HSL 39.53º 0.4% 0.58% -
HSV(B) 39.53º 0.45% 0.75% -
XYZ 36.53 37.46 18.67 -
YUV 163.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 190 161 105 0 0.15 0.45 0.25 39.53 0.4 0.58
Hex BE A1 69 0 F 2D 19 28 28 3A
Octal 276 241 151 0 17 55 31 50 50 72
Binary 10111110 10100001 1101001 0 1111 101101 11001 101000 101000 111010

Color Harmonies of #BEA169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA169

Black with #BEA169

Text Example


Text Example

White with #BEA169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA169; }

 p { color: rgb(190,161,105); }

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

background-color css

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

 a { background-color: rgb(190,161,105); }

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

border-color css

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

 span { border-color: rgb(190,161,105); }

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