Html Css Color HEX #BE9476 Pale Taupe

📋 copy color: '#BE9476'

red 190 ◦ green 148 ◦ blue 118

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

Shades of Pale Taupe #BE9476

Tints of Pale Taupe #BE9476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 41.67%
G = 32.46%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE9476 (or 0xBE9476) is known color: Pale Taupe. HEX triplet: BE, 94 and 76. RGB value is (190,148,118). Sum of RGB (Red+Green+Blue) = 190+148+118=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9476 is #416B89. Grayscale: #9D9D9D. Windows color (decimal): -4287370 or 7771326. OLE color: 7771326.

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

Color convert

RGB 190 148 118 -
CMYK 0 0.22 0.38 0.25
HSL 25º 0.36% 0.6% -
HSV(B) 25º 0.38% 0.75% -
XYZ 35.1 33.43 21.74 -
YUV 157.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 190 148 118 0 0.22 0.38 0.25 25 0.36 0.6
Hex BE 94 76 0 16 26 19 19 24 3C
Octal 276 224 166 0 26 46 31 31 44 74
Binary 10111110 10010100 1110110 0 10110 100110 11001 11001 100100 111100

Color Harmonies of #BE9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9476

Black with #BE9476

Text Example


Text Example

White with #BE9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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