Html Css Color HEX #BD8F7B Pale Taupe

📋 copy color: '#BD8F7B'

red 189 ◦ green 143 ◦ blue 123

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

Shades of Pale Taupe #BD8F7B

Tints of Pale Taupe #BD8F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 41.54%
G = 31.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD8F7B (or 0xBD8F7B) is known color: Pale Taupe. HEX triplet: BD, 8F and 7B. RGB value is (189,143,123). Sum of RGB (Red+Green+Blue) = 189+143+123=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F7B is #427084. Grayscale: #9A9A9A. Windows color (decimal): -4354181 or 8097725. OLE color: 8097725.

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

Color convert

RGB 189 143 123 -
CMYK 0 0.24 0.35 0.26
HSL 18.18º 0.33% 0.61% -
HSV(B) 18.18º 0.35% 0.74% -
XYZ 34.38 31.89 23.08 -
YUV 154.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 189 143 123 0 0.24 0.35 0.26 18.18 0.33 0.61
Hex BD 8F 7B 0 18 23 1A 12 21 3D
Octal 275 217 173 0 30 43 32 22 41 75
Binary 10111101 10001111 1111011 0 11000 100011 11010 10010 100001 111101

Color Harmonies of #BD8F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F7B

Black with #BD8F7B

Text Example


Text Example

White with #BD8F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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