Html Css Color HEX #BE8C70 Pale Taupe

📋 copy color: '#BE8C70'

red 190 ◦ green 140 ◦ blue 112

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

Shades of Pale Taupe #BE8C70

Tints of Pale Taupe #BE8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 42.99%
G = 31.67%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8C70 (or 0xBE8C70) is known color: Pale Taupe. HEX triplet: BE, 8C and 70. RGB value is (190,140,112). Sum of RGB (Red+Green+Blue) = 190+140+112=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C70 is #41738F. Grayscale: #979797. Windows color (decimal): -4289424 or 7376062. OLE color: 7376062.

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

Color convert

RGB 190 140 112 -
CMYK 0 0.26 0.41 0.25
HSL 21.54º 0.38% 0.59% -
HSV(B) 21.54º 0.41% 0.75% -
XYZ 33.54 30.87 19.52 -
YUV 151.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 190 140 112 0 0.26 0.41 0.25 21.54 0.38 0.59
Hex BE 8C 70 0 1A 29 19 16 26 3B
Octal 276 214 160 0 32 51 31 26 46 73
Binary 10111110 10001100 1110000 0 11010 101001 11001 10110 100110 111011

Color Harmonies of #BE8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C70

Black with #BE8C70

Text Example


Text Example

White with #BE8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C70; }

 p { color: rgb(190,140,112); }

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

background-color css

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

 a { background-color: rgb(190,140,112); }

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

border-color css

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

 span { border-color: rgb(190,140,112); }

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