Html Css Color HEX #BE937A Pale Taupe

📋 copy color: '#BE937A'

red 190 ◦ green 147 ◦ blue 122

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

Shades of Pale Taupe #BE937A

Tints of Pale Taupe #BE937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

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

R = 41.39%
G = 32.03%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE937A (or 0xBE937A) is known color: Pale Taupe. HEX triplet: BE, 93 and 7A. RGB value is (190,147,122). Sum of RGB (Red+Green+Blue) = 190+147+122=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937A is #416C85. Grayscale: #9D9D9D. Windows color (decimal): -4287622 or 8033214. OLE color: 8033214.

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

Color convert

RGB 190 147 122 -
CMYK 0 0.23 0.36 0.25
HSL 22.06º 0.34% 0.61% -
HSV(B) 22.06º 0.36% 0.75% -
XYZ 35.18 33.22 22.97 -
YUV 157.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 190 147 122 0 0.23 0.36 0.25 22.06 0.34 0.61
Hex BE 93 7A 0 17 24 19 16 22 3D
Octal 276 223 172 0 27 44 31 26 42 75
Binary 10111110 10010011 1111010 0 10111 100100 11001 10110 100010 111101

Color Harmonies of #BE937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE937A

Black with #BE937A

Text Example


Text Example

White with #BE937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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