Html Css Color HEX #BE9A84 Pale Taupe

📋 copy color: '#BE9A84'

red 190 ◦ green 154 ◦ blue 132

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

Shades of Pale Taupe #BE9A84

Tints of Pale Taupe #BE9A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 39.92%
G = 32.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE9A84 (or 0xBE9A84) is known color: Pale Taupe. HEX triplet: BE, 9A and 84. RGB value is (190,154,132). Sum of RGB (Red+Green+Blue) = 190+154+132=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A84 is #41657B. Grayscale: #A2A2A2. Windows color (decimal): -4285820 or 8690366. OLE color: 8690366.

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

Color convert

RGB 190 154 132 -
CMYK 0 0.19 0.31 0.25
HSL 22.76º 0.31% 0.63% -
HSV(B) 22.76º 0.31% 0.75% -
XYZ 36.96 35.72 26.78 -
YUV 162.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 190 154 132 0 0.19 0.31 0.25 22.76 0.31 0.63
Hex BE 9A 84 0 13 1F 19 17 1F 3F
Octal 276 232 204 0 23 37 31 27 37 77
Binary 10111110 10011010 10000100 0 10011 11111 11001 10111 11111 111111

Color Harmonies of #BE9A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A84

Black with #BE9A84

Text Example


Text Example

White with #BE9A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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