Html Css Color HEX #BEA07D Pale Taupe

📋 copy color: '#BEA07D'

red 190 ◦ green 160 ◦ blue 125

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

Shades of Pale Taupe #BEA07D

Tints of Pale Taupe #BEA07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 40%
G = 33.68%
B = 26.32%

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

#BEA07D (or 0xBEA07D) is known color: Pale Taupe. HEX triplet: BE, A0 and 7D. RGB value is (190,160,125). Sum of RGB (Red+Green+Blue) = 190+160+125=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA07D is #415F82. Grayscale: #A5A5A5. Windows color (decimal): -4284291 or 8233150. OLE color: 8233150.

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

Color convert

RGB 190 160 125 -
CMYK 0 0.16 0.34 0.25
HSL 32.31º 0.33% 0.62% -
HSV(B) 32.31º 0.34% 0.75% -
XYZ 37.51 37.57 24.68 -
YUV 164.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 190 160 125 0 0.16 0.34 0.25 32.31 0.33 0.62
Hex BE A0 7D 0 10 22 19 20 21 3E
Octal 276 240 175 0 20 42 31 40 41 76
Binary 10111110 10100000 1111101 0 10000 100010 11001 100000 100001 111110

Color Harmonies of #BEA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA07D

Black with #BEA07D

Text Example


Text Example

White with #BEA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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