Html Css Color HEX #BEA06B Fallow

📋 copy color: '#BEA06B'

red 190 ◦ green 160 ◦ blue 107

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

Shades of Fallow #BEA06B

Tints of Fallow #BEA06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

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

R = 41.58%
G = 35.01%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA06B (or 0xBEA06B) is known color: Fallow. HEX triplet: BE, A0 and 6B. RGB value is (190,160,107). Sum of RGB (Red+Green+Blue) = 190+160+107=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06B is #415F94. Grayscale: #A3A3A3. Windows color (decimal): -4284309 or 7053502. OLE color: 7053502.

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

Color convert

RGB 190 160 107 -
CMYK 0 0.16 0.44 0.25
HSL 38.31º 0.39% 0.58% -
HSV(B) 38.31º 0.44% 0.75% -
XYZ 36.46 37.15 19.16 -
YUV 162.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 190 160 107 0 0.16 0.44 0.25 38.31 0.39 0.58
Hex BE A0 6B 0 10 2C 19 26 27 3A
Octal 276 240 153 0 20 54 31 46 47 72
Binary 10111110 10100000 1101011 0 10000 101100 11001 100110 100111 111010

Color Harmonies of #BEA06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA06B

Black with #BEA06B

Text Example


Text Example

White with #BEA06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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