Html Css Color HEX #BE9D85 Pale Taupe

📋 copy color: '#BE9D85'

red 190 ◦ green 157 ◦ blue 133

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

Shades of Pale Taupe #BE9D85

Tints of Pale Taupe #BE9D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 39.58%
G = 32.71%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE9D85 (or 0xBE9D85) is known color: Pale Taupe. HEX triplet: BE, 9D and 85. RGB value is (190,157,133). Sum of RGB (Red+Green+Blue) = 190+157+133=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D85 is #41627A. Grayscale: #A4A4A4. Windows color (decimal): -4285051 or 8756670. OLE color: 8756670.

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

Color convert

RGB 190 157 133 -
CMYK 0 0.17 0.3 0.25
HSL 25.26º 0.3% 0.63% -
HSV(B) 25.26º 0.3% 0.75% -
XYZ 37.53 36.75 27.31 -
YUV 164.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 190 157 133 0 0.17 0.3 0.25 25.26 0.3 0.63
Hex BE 9D 85 0 11 1E 19 19 1E 3F
Octal 276 235 205 0 21 36 31 31 36 77
Binary 10111110 10011101 10000101 0 10001 11110 11001 11001 11110 111111

Color Harmonies of #BE9D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D85

Black with #BE9D85

Text Example


Text Example

White with #BE9D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D85; }

 p { color: rgb(190,157,133); }

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

background-color css

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

 a { background-color: rgb(190,157,133); }

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

border-color css

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

 span { border-color: rgb(190,157,133); }

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