Html Css Color HEX #BE9277 Pale Taupe

📋 copy color: '#BE9277'

red 190 ◦ green 146 ◦ blue 119

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

Shades of Pale Taupe #BE9277

Tints of Pale Taupe #BE9277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 41.76%
G = 32.09%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE9277 (or 0xBE9277) is known color: Pale Taupe. HEX triplet: BE, 92 and 77. RGB value is (190,146,119). Sum of RGB (Red+Green+Blue) = 190+146+119=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9277 is #416D88. Grayscale: #9C9C9C. Windows color (decimal): -4287881 or 7836350. OLE color: 7836350.

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

Color convert

RGB 190 146 119 -
CMYK 0 0.23 0.37 0.25
HSL 22.82º 0.35% 0.61% -
HSV(B) 22.82º 0.37% 0.75% -
XYZ 34.84 32.84 21.95 -
YUV 156.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 190 146 119 0 0.23 0.37 0.25 22.82 0.35 0.61
Hex BE 92 77 0 17 25 19 17 23 3D
Octal 276 222 167 0 27 45 31 27 43 75
Binary 10111110 10010010 1110111 0 10111 100101 11001 10111 100011 111101

Color Harmonies of #BE9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9277

Black with #BE9277

Text Example


Text Example

White with #BE9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9277; }

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

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

background-color css

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

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

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

border-color css

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

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

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