Html Css Color HEX #BD8C6F Pale Taupe

📋 copy color: '#BD8C6F'

red 189 ◦ green 140 ◦ blue 111

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

Shades of Pale Taupe #BD8C6F

Tints of Pale Taupe #BD8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 42.95%
G = 31.82%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD8C6F (or 0xBD8C6F) is known color: Pale Taupe. HEX triplet: BD, 8C and 6F. RGB value is (189,140,111). Sum of RGB (Red+Green+Blue) = 189+140+111=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C6F is #427390. Grayscale: #979797. Windows color (decimal): -4354961 or 7310525. OLE color: 7310525.

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

Color convert

RGB 189 140 111 -
CMYK 0 0.26 0.41 0.26
HSL 22.31º 0.37% 0.59% -
HSV(B) 22.31º 0.41% 0.74% -
XYZ 33.23 30.72 19.22 -
YUV 151.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 189 140 111 0 0.26 0.41 0.26 22.31 0.37 0.59
Hex BD 8C 6F 0 1A 29 1A 16 25 3B
Octal 275 214 157 0 32 51 32 26 45 73
Binary 10111101 10001100 1101111 0 11010 101001 11010 10110 100101 111011

Color Harmonies of #BD8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C6F

Black with #BD8C6F

Text Example


Text Example

White with #BD8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C6F; }

 p { color: rgb(189,140,111); }

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

background-color css

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

 a { background-color: rgb(189,140,111); }

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

border-color css

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

 span { border-color: rgb(189,140,111); }

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