Html Css Color HEX #BE9372 Pale Taupe

📋 copy color: '#BE9372'

red 190 ◦ green 147 ◦ blue 114

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

Shades of Pale Taupe #BE9372

Tints of Pale Taupe #BE9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.59%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 42.13%
G = 32.59%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE9372 (or 0xBE9372) is known color: Pale Taupe. HEX triplet: BE, 93 and 72. RGB value is (190,147,114). Sum of RGB (Red+Green+Blue) = 190+147+114=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9372 is #416C8D. Grayscale: #9C9C9C. Windows color (decimal): -4287630 or 7508926. OLE color: 7508926.

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

Color convert

RGB 190 147 114 -
CMYK 0 0.23 0.40 0.25
HSL 26.05º 0.37% 0.6% -
HSV(B) 26.05º 0.4% 0.75% -
XYZ 34.71 33.03 20.47 -
YUV 156.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 190 147 114 0 0.23 0.40 0.25 26.05 0.37 0.6
Hex BE 93 72 0 17 28 19 1A 25 3C
Octal 276 223 162 0 27 50 31 32 45 74
Binary 10111110 10010011 1110010 0 10111 101000 11001 11010 100101 111100

Color Harmonies of #BE9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9372

Black with #BE9372

Text Example


Text Example

White with #BE9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9372; }

 p { color: rgb(190,147,114); }

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

background-color css

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

 a { background-color: rgb(190,147,114); }

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

border-color css

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

 span { border-color: rgb(190,147,114); }

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