Html Css Color HEX #BE9982 Pale Taupe

📋 copy color: '#BE9982'

red 190 ◦ green 153 ◦ blue 130

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

Shades of Pale Taupe #BE9982

Tints of Pale Taupe #BE9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

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

R = 40.17%
G = 32.35%
B = 27.48%

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

#BE9982 (or 0xBE9982) is known color: Pale Taupe. HEX triplet: BE, 99 and 82. RGB value is (190,153,130). Sum of RGB (Red+Green+Blue) = 190+153+130=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9982 is #41667D. Grayscale: #A1A1A1. Windows color (decimal): -4286078 or 8559038. OLE color: 8559038.

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

Color convert

RGB 190 153 130 -
CMYK 0 0.19 0.32 0.25
HSL 23º 0.32% 0.63% -
HSV(B) 23º 0.32% 0.75% -
XYZ 36.66 35.34 26.01 -
YUV 161.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 190 153 130 0 0.19 0.32 0.25 23 0.32 0.63
Hex BE 99 82 0 13 20 19 17 20 3F
Octal 276 231 202 0 23 40 31 27 40 77
Binary 10111110 10011001 10000010 0 10011 100000 11001 10111 100000 111111

Color Harmonies of #BE9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9982

Black with #BE9982

Text Example


Text Example

White with #BE9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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