Html Css Color HEX #BD8E71 Pale Taupe

📋 copy color: '#BD8E71'

red 189 ◦ green 142 ◦ blue 113

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

Shades of Pale Taupe #BD8E71

Tints of Pale Taupe #BD8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 42.57%
G = 31.98%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD8E71 (or 0xBD8E71) is known color: Pale Taupe. HEX triplet: BD, 8E and 71. RGB value is (189,142,113). Sum of RGB (Red+Green+Blue) = 189+142+113=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E71 is #42718E. Grayscale: #989898. Windows color (decimal): -4354447 or 7442109. OLE color: 7442109.

HSL color Cylindrical-coordinate representation of color #BD8E71: hue angle of 22.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8E71 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 113 -
CMYK 0 0.25 0.40 0.26
HSL 22.89º 0.37% 0.59% -
HSV(B) 22.89º 0.4% 0.74% -
XYZ 33.64 31.36 19.9 -
YUV 152.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 189 142 113 0 0.25 0.40 0.26 22.89 0.37 0.59
Hex BD 8E 71 0 19 28 1A 17 25 3B
Octal 275 216 161 0 31 50 32 27 45 73
Binary 10111101 10001110 1110001 0 11001 101000 11010 10111 100101 111011

Color Harmonies of #BD8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E71

Black with #BD8E71

Text Example


Text Example

White with #BD8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E71; }

 p { color: rgb(189,142,113); }

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

background-color css

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

 a { background-color: rgb(189,142,113); }

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

border-color css

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

 span { border-color: rgb(189,142,113); }

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