Html Css Color HEX #BE9077 Pale Taupe

📋 copy color: '#BE9077'

red 190 ◦ green 144 ◦ blue 119

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

Shades of Pale Taupe #BE9077

Tints of Pale Taupe #BE9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.79%

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

R = 41.94%
G = 31.79%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE9077 (or 0xBE9077) is known color: Pale Taupe. HEX triplet: BE, 90 and 77. RGB value is (190,144,119). Sum of RGB (Red+Green+Blue) = 190+144+119=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9077 is #416F88. Grayscale: #9B9B9B. Windows color (decimal): -4288393 or 7835838. OLE color: 7835838.

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

Color convert

RGB 190 144 119 -
CMYK 0 0.24 0.37 0.25
HSL 21.13º 0.35% 0.61% -
HSV(B) 21.13º 0.37% 0.75% -
XYZ 34.54 32.23 21.85 -
YUV 154.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 190 144 119 0 0.24 0.37 0.25 21.13 0.35 0.61
Hex BE 90 77 0 18 25 19 15 23 3D
Octal 276 220 167 0 30 45 31 25 43 75
Binary 10111110 10010000 1110111 0 11000 100101 11001 10101 100011 111101

Color Harmonies of #BE9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9077

Black with #BE9077

Text Example


Text Example

White with #BE9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9077; }

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

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

background-color css

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

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

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

border-color css

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

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

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