Html Css Color HEX #BE9071 Pale Taupe

📋 copy color: '#BE9071'

red 190 ◦ green 144 ◦ blue 113

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

Shades of Pale Taupe #BE9071

Tints of Pale Taupe #BE9071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 42.51%
G = 32.21%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE9071 (or 0xBE9071) is known color: Pale Taupe. HEX triplet: BE, 90 and 71. RGB value is (190,144,113). Sum of RGB (Red+Green+Blue) = 190+144+113=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9071 is #416F8E. Grayscale: #9A9A9A. Windows color (decimal): -4288399 or 7442622. OLE color: 7442622.

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

Color convert

RGB 190 144 113 -
CMYK 0 0.24 0.41 0.25
HSL 24.16º 0.37% 0.59% -
HSV(B) 24.16º 0.41% 0.75% -
XYZ 34.19 32.09 20.01 -
YUV 154.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 190 144 113 0 0.24 0.41 0.25 24.16 0.37 0.59
Hex BE 90 71 0 18 29 19 18 25 3B
Octal 276 220 161 0 30 51 31 30 45 73
Binary 10111110 10010000 1110001 0 11000 101001 11001 11000 100101 111011

Color Harmonies of #BE9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9071

Black with #BE9071

Text Example


Text Example

White with #BE9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9071; }

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

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

background-color css

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

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

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

border-color css

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

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

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