Html Css Color HEX #BE9A82 Pale Taupe

📋 copy color: '#BE9A82'

red 190 ◦ green 154 ◦ blue 130

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

Shades of Pale Taupe #BE9A82

Tints of Pale Taupe #BE9A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 40.08%
G = 32.49%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE9A82 (or 0xBE9A82) is known color: Pale Taupe. HEX triplet: BE, 9A and 82. RGB value is (190,154,130). Sum of RGB (Red+Green+Blue) = 190+154+130=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A82 is #41657D. Grayscale: #A2A2A2. Windows color (decimal): -4285822 or 8559294. OLE color: 8559294.

HSL color Cylindrical-coordinate representation of color #BE9A82: hue angle of 24º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE9A82 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 130 -
CMYK 0 0.19 0.32 0.25
HSL 24º 0.32% 0.63% -
HSV(B) 24º 0.32% 0.75% -
XYZ 36.82 35.67 26.06 -
YUV 162.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 190 154 130 0 0.19 0.32 0.25 24 0.32 0.63
Hex BE 9A 82 0 13 20 19 18 20 3F
Octal 276 232 202 0 23 40 31 30 40 77
Binary 10111110 10011010 10000010 0 10011 100000 11001 11000 100000 111111

Color Harmonies of #BE9A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A82

Black with #BE9A82

Text Example


Text Example

White with #BE9A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A82; }

 p { color: rgb(190,154,130); }

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

background-color css

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

 a { background-color: rgb(190,154,130); }

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

border-color css

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

 span { border-color: rgb(190,154,130); }

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