Html Css Color HEX #BE9473 Pale Taupe

📋 copy color: '#BE9473'

red 190 ◦ green 148 ◦ blue 115

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

Shades of Pale Taupe #BE9473

Tints of Pale Taupe #BE9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

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

R = 41.94%
G = 32.67%
B = 25.39%

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

#BE9473 (or 0xBE9473) is known color: Pale Taupe. HEX triplet: BE, 94 and 73. RGB value is (190,148,115). Sum of RGB (Red+Green+Blue) = 190+148+115=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9473 is #416B8C. Grayscale: #9C9C9C. Windows color (decimal): -4287373 or 7574718. OLE color: 7574718.

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

Color convert

RGB 190 148 115 -
CMYK 0 0.22 0.39 0.25
HSL 26.4º 0.37% 0.6% -
HSV(B) 26.4º 0.39% 0.75% -
XYZ 34.92 33.36 20.82 -
YUV 156.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 190 148 115 0 0.22 0.39 0.25 26.4 0.37 0.6
Hex BE 94 73 0 16 27 19 1A 25 3C
Octal 276 224 163 0 26 47 31 32 45 74
Binary 10111110 10010100 1110011 0 10110 100111 11001 11010 100101 111100

Color Harmonies of #BE9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9473

Black with #BE9473

Text Example


Text Example

White with #BE9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9473; }

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

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

background-color css

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

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

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

border-color css

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

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

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