Html Css Color HEX #BE9A76 Pale Taupe

📋 copy color: '#BE9A76'

red 190 ◦ green 154 ◦ blue 118

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

Shades of Pale Taupe #BE9A76

Tints of Pale Taupe #BE9A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

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

R = 41.13%
G = 33.33%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE9A76 (or 0xBE9A76) is known color: Pale Taupe. HEX triplet: BE, 9A and 76. RGB value is (190,154,118). Sum of RGB (Red+Green+Blue) = 190+154+118=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A76 is #416589. Grayscale: #A0A0A0. Windows color (decimal): -4285834 or 7772862. OLE color: 7772862.

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

Color convert

RGB 190 154 118 -
CMYK 0 0.19 0.38 0.25
HSL 30º 0.36% 0.6% -
HSV(B) 30º 0.38% 0.75% -
XYZ 36.06 35.37 22.07 -
YUV 160.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 190 154 118 0 0.19 0.38 0.25 30 0.36 0.6
Hex BE 9A 76 0 13 26 19 1E 24 3C
Octal 276 232 166 0 23 46 31 36 44 74
Binary 10111110 10011010 1110110 0 10011 100110 11001 11110 100100 111100

Color Harmonies of #BE9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A76

Black with #BE9A76

Text Example


Text Example

White with #BE9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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