Html Css Color HEX #BE9276 Pale Taupe

📋 copy color: '#BE9276'

red 190 ◦ green 146 ◦ blue 118

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

Shades of Pale Taupe #BE9276

Tints of Pale Taupe #BE9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 41.85%
G = 32.16%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE9276 (or 0xBE9276) is known color: Pale Taupe. HEX triplet: BE, 92 and 76. RGB value is (190,146,118). Sum of RGB (Red+Green+Blue) = 190+146+118=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9276 is #416D89. Grayscale: #9C9C9C. Windows color (decimal): -4287882 or 7770814. OLE color: 7770814.

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

Color convert

RGB 190 146 118 -
CMYK 0 0.23 0.38 0.25
HSL 23.33º 0.36% 0.6% -
HSV(B) 23.33º 0.38% 0.75% -
XYZ 34.78 32.81 21.64 -
YUV 155.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 190 146 118 0 0.23 0.38 0.25 23.33 0.36 0.6
Hex BE 92 76 0 17 26 19 17 24 3C
Octal 276 222 166 0 27 46 31 27 44 74
Binary 10111110 10010010 1110110 0 10111 100110 11001 10111 100100 111100

Color Harmonies of #BE9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9276

Black with #BE9276

Text Example


Text Example

White with #BE9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9276; }

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

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

background-color css

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

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

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

border-color css

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

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

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