Html Css Color HEX #BE9A7D Pale Taupe

📋 copy color: '#BE9A7D'

red 190 ◦ green 154 ◦ blue 125

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

Shades of Pale Taupe #BE9A7D

Tints of Pale Taupe #BE9A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 40.51%
G = 32.84%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE9A7D (or 0xBE9A7D) is known color: Pale Taupe. HEX triplet: BE, 9A and 7D. RGB value is (190,154,125). Sum of RGB (Red+Green+Blue) = 190+154+125=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A7D is #416582. Grayscale: #A1A1A1. Windows color (decimal): -4285827 or 8231614. OLE color: 8231614.

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

Color convert

RGB 190 154 125 -
CMYK 0 0.19 0.34 0.25
HSL 26.77º 0.33% 0.62% -
HSV(B) 26.77º 0.34% 0.75% -
XYZ 36.49 35.54 24.34 -
YUV 161.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 190 154 125 0 0.19 0.34 0.25 26.77 0.33 0.62
Hex BE 9A 7D 0 13 22 19 1B 21 3E
Octal 276 232 175 0 23 42 31 33 41 76
Binary 10111110 10011010 1111101 0 10011 100010 11001 11011 100001 111110

Color Harmonies of #BE9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A7D

Black with #BE9A7D

Text Example


Text Example

White with #BE9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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