Html Css Color HEX #BEA17A Pale Taupe

📋 copy color: '#BEA17A'

red 190 ◦ green 161 ◦ blue 122

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

Shades of Pale Taupe #BEA17A

Tints of Pale Taupe #BEA17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 40.17%
G = 34.04%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEA17A (or 0xBEA17A) is known color: Pale Taupe. HEX triplet: BE, A1 and 7A. RGB value is (190,161,122). Sum of RGB (Red+Green+Blue) = 190+161+122=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA17A is #415E85. Grayscale: #A5A5A5. Windows color (decimal): -4284038 or 8036798. OLE color: 8036798.

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

Color convert

RGB 190 161 122 -
CMYK 0 0.15 0.36 0.25
HSL 34.41º 0.34% 0.61% -
HSV(B) 34.41º 0.36% 0.75% -
XYZ 37.49 37.84 23.74 -
YUV 165.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 190 161 122 0 0.15 0.36 0.25 34.41 0.34 0.61
Hex BE A1 7A 0 F 24 19 22 22 3D
Octal 276 241 172 0 17 44 31 42 42 75
Binary 10111110 10100001 1111010 0 1111 100100 11001 100010 100010 111101

Color Harmonies of #BEA17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA17A

Black with #BEA17A

Text Example


Text Example

White with #BEA17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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