Html Css Color HEX #BD8F7A Pale Taupe

📋 copy color: '#BD8F7A'

red 189 ◦ green 143 ◦ blue 122

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

Shades of Pale Taupe #BD8F7A

Tints of Pale Taupe #BD8F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 41.63%
G = 31.5%
B = 26.87%

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

#BD8F7A (or 0xBD8F7A) is known color: Pale Taupe. HEX triplet: BD, 8F and 7A. RGB value is (189,143,122). Sum of RGB (Red+Green+Blue) = 189+143+122=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F7A is #427085. Grayscale: #9A9A9A. Windows color (decimal): -4354182 or 8032189. OLE color: 8032189.

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

Color convert

RGB 189 143 122 -
CMYK 0 0.24 0.35 0.26
HSL 18.81º 0.34% 0.61% -
HSV(B) 18.81º 0.35% 0.74% -
XYZ 34.32 31.87 22.75 -
YUV 154.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 189 143 122 0 0.24 0.35 0.26 18.81 0.34 0.61
Hex BD 8F 7A 0 18 23 1A 13 22 3D
Octal 275 217 172 0 30 43 32 23 42 75
Binary 10111101 10001111 1111010 0 11000 100011 11010 10011 100010 111101

Color Harmonies of #BD8F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F7A

Black with #BD8F7A

Text Example


Text Example

White with #BD8F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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