Html Css Color HEX #BD9E7D Pale Taupe

📋 copy color: '#BD9E7D'

red 189 ◦ green 158 ◦ blue 125

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

Shades of Pale Taupe #BD9E7D

Tints of Pale Taupe #BD9E7D

RGB

 RED value IS 189 (74.22% from 255) = 40.04%

 GREEN value IS 158 (62.11% from 255) = 33.47%

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

R = 40.04%
G = 33.47%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD9E7D (or 0xBD9E7D) is known color: Pale Taupe. HEX triplet: BD, 9E and 7D. RGB value is (189,158,125). Sum of RGB (Red+Green+Blue) = 189+158+125=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E7D is #426182. Grayscale: #A3A3A3. Windows color (decimal): -4350339 or 8232637. OLE color: 8232637.

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

Color convert

RGB 189 158 125 -
CMYK 0 0.16 0.34 0.26
HSL 30.94º 0.33% 0.62% -
HSV(B) 30.94º 0.34% 0.74% -
XYZ 36.91 36.75 24.55 -
YUV 163.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 189 158 125 0 0.16 0.34 0.26 30.94 0.33 0.62
Hex BD 9E 7D 0 10 22 1A 1F 21 3E
Octal 275 236 175 0 20 42 32 37 41 76
Binary 10111101 10011110 1111101 0 10000 100010 11010 11111 100001 111110

Color Harmonies of #BD9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E7D

Black with #BD9E7D

Text Example


Text Example

White with #BD9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E7D; }

 p { color: rgb(189,158,125); }

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

background-color css

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

 a { background-color: rgb(189,158,125); }

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

border-color css

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

 span { border-color: rgb(189,158,125); }

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