Html Css Color HEX #BE927D Pale Taupe

📋 copy color: '#BE927D'

red 190 ◦ green 146 ◦ blue 125

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

Shades of Pale Taupe #BE927D

Tints of Pale Taupe #BE927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 41.21%
G = 31.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE927D (or 0xBE927D) is known color: Pale Taupe. HEX triplet: BE, 92 and 7D. RGB value is (190,146,125). Sum of RGB (Red+Green+Blue) = 190+146+125=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE927D is #416D82. Grayscale: #9C9C9C. Windows color (decimal): -4287875 or 8229566. OLE color: 8229566.

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

Color convert

RGB 190 146 125 -
CMYK 0 0.23 0.34 0.25
HSL 19.38º 0.33% 0.62% -
HSV(B) 19.38º 0.34% 0.75% -
XYZ 35.22 32.99 23.91 -
YUV 156.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 190 146 125 0 0.23 0.34 0.25 19.38 0.33 0.62
Hex BE 92 7D 0 17 22 19 13 21 3E
Octal 276 222 175 0 27 42 31 23 41 76
Binary 10111110 10010010 1111101 0 10111 100010 11001 10011 100001 111110

Color Harmonies of #BE927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE927D

Black with #BE927D

Text Example


Text Example

White with #BE927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE927D; }

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

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

background-color css

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

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

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

border-color css

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

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

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