Html Css Color HEX #BEA07E Pale Taupe

📋 copy color: '#BEA07E'

red 190 ◦ green 160 ◦ blue 126

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

Shades of Pale Taupe #BEA07E

Tints of Pale Taupe #BEA07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 39.92%
G = 33.61%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEA07E (or 0xBEA07E) is known color: Pale Taupe. HEX triplet: BE, A0 and 7E. RGB value is (190,160,126). Sum of RGB (Red+Green+Blue) = 190+160+126=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA07E is #415F81. Grayscale: #A5A5A5. Windows color (decimal): -4284290 or 8298686. OLE color: 8298686.

HSL color Cylindrical-coordinate representation of color #BEA07E: hue angle of 31.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA07E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 126 -
CMYK 0 0.16 0.34 0.25
HSL 31.88º 0.33% 0.62% -
HSV(B) 31.88º 0.34% 0.75% -
XYZ 37.57 37.6 25.02 -
YUV 165.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 190 160 126 0 0.16 0.34 0.25 31.88 0.33 0.62
Hex BE A0 7E 0 10 22 19 20 21 3E
Octal 276 240 176 0 20 42 31 40 41 76
Binary 10111110 10100000 1111110 0 10000 100010 11001 100000 100001 111110

Color Harmonies of #BEA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA07E

Black with #BEA07E

Text Example


Text Example

White with #BEA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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