Html Css Color HEX #BE9E7F Pale Taupe

📋 copy color: '#BE9E7F'

red 190 ◦ green 158 ◦ blue 127

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

Shades of Pale Taupe #BE9E7F

Tints of Pale Taupe #BE9E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 127 (50% from 255) = 26.74%

R = 40%
G = 33.26%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE9E7F (or 0xBE9E7F) is known color: Pale Taupe. HEX triplet: BE, 9E and 7F. RGB value is (190,158,127). Sum of RGB (Red+Green+Blue) = 190+158+127=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E7F is #416180. Grayscale: #A4A4A4. Windows color (decimal): -4284801 or 8363710. OLE color: 8363710.

HSL color Cylindrical-coordinate representation of color #BE9E7F: hue angle of 29.52º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9E7F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 127 -
CMYK 0 0.17 0.33 0.25
HSL 29.52º 0.33% 0.62% -
HSV(B) 29.52º 0.33% 0.75% -
XYZ 37.29 36.93 25.24 -
YUV 164.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 190 158 127 0 0.17 0.33 0.25 29.52 0.33 0.62
Hex BE 9E 7F 0 11 21 19 1E 21 3E
Octal 276 236 177 0 21 41 31 36 41 76
Binary 10111110 10011110 1111111 0 10001 100001 11001 11110 100001 111110

Color Harmonies of #BE9E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E7F

Black with #BE9E7F

Text Example


Text Example

White with #BE9E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E7F; }

 p { color: rgb(190,158,127); }

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

background-color css

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

 a { background-color: rgb(190,158,127); }

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

border-color css

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

 span { border-color: rgb(190,158,127); }

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