Html Css Color HEX #BE8C72 Pale Taupe

📋 copy color: '#BE8C72'

red 190 ◦ green 140 ◦ blue 114

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

Shades of Pale Taupe #BE8C72

Tints of Pale Taupe #BE8C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 42.79%
G = 31.53%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE8C72 (or 0xBE8C72) is known color: Pale Taupe. HEX triplet: BE, 8C and 72. RGB value is (190,140,114). Sum of RGB (Red+Green+Blue) = 190+140+114=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C72 is #41738D. Grayscale: #989898. Windows color (decimal): -4289422 or 7507134. OLE color: 7507134.

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

Color convert

RGB 190 140 114 -
CMYK 0 0.26 0.40 0.25
HSL 20.53º 0.37% 0.6% -
HSV(B) 20.53º 0.4% 0.75% -
XYZ 33.65 30.92 20.11 -
YUV 151.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 190 140 114 0 0.26 0.40 0.25 20.53 0.37 0.6
Hex BE 8C 72 0 1A 28 19 15 25 3C
Octal 276 214 162 0 32 50 31 25 45 74
Binary 10111110 10001100 1110010 0 11010 101000 11001 10101 100101 111100

Color Harmonies of #BE8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C72

Black with #BE8C72

Text Example


Text Example

White with #BE8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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