Html Css Color HEX #BE8D75 Pale Taupe

📋 copy color: '#BE8D75'

red 190 ◦ green 141 ◦ blue 117

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

Shades of Pale Taupe #BE8D75

Tints of Pale Taupe #BE8D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 42.41%
G = 31.47%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8D75 (or 0xBE8D75) is known color: Pale Taupe. HEX triplet: BE, 8D and 75. RGB value is (190,141,117). Sum of RGB (Red+Green+Blue) = 190+141+117=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D75 is #41728A. Grayscale: #999999. Windows color (decimal): -4289163 or 7703998. OLE color: 7703998.

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

Color convert

RGB 190 141 117 -
CMYK 0 0.26 0.38 0.25
HSL 19.73º 0.36% 0.6% -
HSV(B) 19.73º 0.38% 0.75% -
XYZ 33.97 31.28 21.08 -
YUV 152.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 190 141 117 0 0.26 0.38 0.25 19.73 0.36 0.6
Hex BE 8D 75 0 1A 26 19 14 24 3C
Octal 276 215 165 0 32 46 31 24 44 74
Binary 10111110 10001101 1110101 0 11010 100110 11001 10100 100100 111100

Color Harmonies of #BE8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D75

Black with #BE8D75

Text Example


Text Example

White with #BE8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D75; }

 p { color: rgb(190,141,117); }

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

background-color css

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

 a { background-color: rgb(190,141,117); }

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

border-color css

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

 span { border-color: rgb(190,141,117); }

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