Html Css Color HEX #BD8F7D Pale Taupe

📋 copy color: '#BD8F7D'

red 189 ◦ green 143 ◦ blue 125

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

Shades of Pale Taupe #BD8F7D

Tints of Pale Taupe #BD8F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

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

R = 41.36%
G = 31.29%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD8F7D (or 0xBD8F7D) is known color: Pale Taupe. HEX triplet: BD, 8F and 7D. RGB value is (189,143,125). Sum of RGB (Red+Green+Blue) = 189+143+125=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F7D is #427082. Grayscale: #9A9A9A. Windows color (decimal): -4354179 or 8228797. OLE color: 8228797.

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

Color convert

RGB 189 143 125 -
CMYK 0 0.24 0.34 0.26
HSL 16.88º 0.33% 0.62% -
HSV(B) 16.88º 0.34% 0.74% -
XYZ 34.51 31.94 23.75 -
YUV 154.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 189 143 125 0 0.24 0.34 0.26 16.88 0.33 0.62
Hex BD 8F 7D 0 18 22 1A 11 21 3E
Octal 275 217 175 0 30 42 32 21 41 76
Binary 10111101 10001111 1111101 0 11000 100010 11010 10001 100001 111110

Color Harmonies of #BD8F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F7D

Black with #BD8F7D

Text Example


Text Example

White with #BD8F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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