Html Css Color HEX #BE9573 Pale Taupe

📋 copy color: '#BE9573'

red 190 ◦ green 149 ◦ blue 115

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

Shades of Pale Taupe #BE9573

Tints of Pale Taupe #BE9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 41.85%
G = 32.82%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE9573 (or 0xBE9573) is known color: Pale Taupe. HEX triplet: BE, 95 and 73. RGB value is (190,149,115). Sum of RGB (Red+Green+Blue) = 190+149+115=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9573 is #416A8C. Grayscale: #9D9D9D. Windows color (decimal): -4287117 or 7574974. OLE color: 7574974.

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

Color convert

RGB 190 149 115 -
CMYK 0 0.22 0.39 0.25
HSL 27.2º 0.37% 0.6% -
HSV(B) 27.2º 0.39% 0.75% -
XYZ 35.08 33.68 20.87 -
YUV 157.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 190 149 115 0 0.22 0.39 0.25 27.2 0.37 0.6
Hex BE 95 73 0 16 27 19 1B 25 3C
Octal 276 225 163 0 26 47 31 33 45 74
Binary 10111110 10010101 1110011 0 10110 100111 11001 11011 100101 111100

Color Harmonies of #BE9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9573

Black with #BE9573

Text Example


Text Example

White with #BE9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9573; }

 p { color: rgb(190,149,115); }

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

background-color css

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

 a { background-color: rgb(190,149,115); }

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

border-color css

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

 span { border-color: rgb(190,149,115); }

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