Html Css Color HEX #BE9C7D Pale Taupe

📋 copy color: '#BE9C7D'

red 190 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #BE9C7D

Tints of Pale Taupe #BE9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 40.34%
G = 33.12%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE9C7D (or 0xBE9C7D) is known color: Pale Taupe. HEX triplet: BE, 9C and 7D. RGB value is (190,156,125). Sum of RGB (Red+Green+Blue) = 190+156+125=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C7D is #416382. Grayscale: #A2A2A2. Windows color (decimal): -4285315 or 8232126. OLE color: 8232126.

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

Color convert

RGB 190 156 125 -
CMYK 0 0.18 0.34 0.25
HSL 28.62º 0.33% 0.62% -
HSV(B) 28.62º 0.34% 0.75% -
XYZ 36.83 36.2 24.45 -
YUV 162.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 190 156 125 0 0.18 0.34 0.25 28.62 0.33 0.62
Hex BE 9C 7D 0 12 22 19 1D 21 3E
Octal 276 234 175 0 22 42 31 35 41 76
Binary 10111110 10011100 1111101 0 10010 100010 11001 11101 100001 111110

Color Harmonies of #BE9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C7D

Black with #BE9C7D

Text Example


Text Example

White with #BE9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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