Html Css Color HEX #BE8F7D Pale Taupe

📋 copy color: '#BE8F7D'

red 190 ◦ green 143 ◦ blue 125

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

Shades of Pale Taupe #BE8F7D

Tints of Pale Taupe #BE8F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.22%

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

R = 41.48%
G = 31.22%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE8F7D (or 0xBE8F7D) is known color: Pale Taupe. HEX triplet: BE, 8F and 7D. RGB value is (190,143,125). Sum of RGB (Red+Green+Blue) = 190+143+125=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F7D is #417082. Grayscale: #9B9B9B. Windows color (decimal): -4288643 or 8228798. OLE color: 8228798.

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

Color convert

RGB 190 143 125 -
CMYK 0 0.25 0.34 0.25
HSL 16.62º 0.33% 0.62% -
HSV(B) 16.62º 0.34% 0.75% -
XYZ 34.76 32.07 23.76 -
YUV 155 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 190 143 125 0 0.25 0.34 0.25 16.62 0.33 0.62
Hex BE 8F 7D 0 19 22 19 11 21 3E
Octal 276 217 175 0 31 42 31 21 41 76
Binary 10111110 10001111 1111101 0 11001 100010 11001 10001 100001 111110

Color Harmonies of #BE8F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F7D

Black with #BE8F7D

Text Example


Text Example

White with #BE8F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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