Html Css Color HEX #BE967D Pale Taupe

📋 copy color: '#BE967D'

red 190 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #BE967D

Tints of Pale Taupe #BE967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

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

R = 40.86%
G = 32.26%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE967D (or 0xBE967D) is known color: Pale Taupe. HEX triplet: BE, 96 and 7D. RGB value is (190,150,125). Sum of RGB (Red+Green+Blue) = 190+150+125=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE967D is #416982. Grayscale: #9F9F9F. Windows color (decimal): -4286851 or 8230590. OLE color: 8230590.

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

Color convert

RGB 190 150 125 -
CMYK 0 0.21 0.34 0.25
HSL 23.08º 0.33% 0.62% -
HSV(B) 23.08º 0.34% 0.75% -
XYZ 35.84 34.24 24.12 -
YUV 159.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 190 150 125 0 0.21 0.34 0.25 23.08 0.33 0.62
Hex BE 96 7D 0 15 22 19 17 21 3E
Octal 276 226 175 0 25 42 31 27 41 76
Binary 10111110 10010110 1111101 0 10101 100010 11001 10111 100001 111110

Color Harmonies of #BE967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE967D

Black with #BE967D

Text Example


Text Example

White with #BE967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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