Html Css Color HEX #BE9B7D Pale Taupe

📋 copy color: '#BE9B7D'

red 190 ◦ green 155 ◦ blue 125

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

Shades of Pale Taupe #BE9B7D

Tints of Pale Taupe #BE9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 40.43%
G = 32.98%
B = 26.6%

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

#BE9B7D (or 0xBE9B7D) is known color: Pale Taupe. HEX triplet: BE, 9B and 7D. RGB value is (190,155,125). Sum of RGB (Red+Green+Blue) = 190+155+125=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B7D is #416482. Grayscale: #A2A2A2. Windows color (decimal): -4285571 or 8231870. OLE color: 8231870.

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

Color convert

RGB 190 155 125 -
CMYK 0 0.18 0.34 0.25
HSL 27.69º 0.33% 0.62% -
HSV(B) 27.69º 0.34% 0.75% -
XYZ 36.66 35.87 24.39 -
YUV 162.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 190 155 125 0 0.18 0.34 0.25 27.69 0.33 0.62
Hex BE 9B 7D 0 12 22 19 1C 21 3E
Octal 276 233 175 0 22 42 31 34 41 76
Binary 10111110 10011011 1111101 0 10010 100010 11001 11100 100001 111110

Color Harmonies of #BE9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B7D

Black with #BE9B7D

Text Example


Text Example

White with #BE9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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