Html Css Color HEX #BEA269 Fallow

📋 copy color: '#BEA269'

red 190 ◦ green 162 ◦ blue 105

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

Shades of Fallow #BEA269

Tints of Fallow #BEA269

RGB

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

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

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

R = 41.58%
G = 35.45%
B = 22.98%

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

#BEA269 (or 0xBEA269) is known color: Fallow. HEX triplet: BE, A2 and 69. RGB value is (190,162,105). Sum of RGB (Red+Green+Blue) = 190+162+105=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA269 is #415D96. Grayscale: #A4A4A4. Windows color (decimal): -4283799 or 6922942. OLE color: 6922942.

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

Color convert

RGB 190 162 105 -
CMYK 0 0.15 0.45 0.25
HSL 40.24º 0.4% 0.58% -
HSV(B) 40.24º 0.45% 0.75% -
XYZ 36.71 37.81 18.73 -
YUV 163.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 190 162 105 0 0.15 0.45 0.25 40.24 0.4 0.58
Hex BE A2 69 0 F 2D 19 28 28 3A
Octal 276 242 151 0 17 55 31 50 50 72
Binary 10111110 10100010 1101001 0 1111 101101 11001 101000 101000 111010

Color Harmonies of #BEA269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA269

Black with #BEA269

Text Example


Text Example

White with #BEA269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA269; }

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

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

background-color css

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

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

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

border-color css

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

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

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