Html Css Color HEX #BD937A Pale Taupe

📋 copy color: '#BD937A'

red 189 ◦ green 147 ◦ blue 122

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

Shades of Pale Taupe #BD937A

Tints of Pale Taupe #BD937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

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

R = 41.27%
G = 32.1%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD937A (or 0xBD937A) is known color: Pale Taupe. HEX triplet: BD, 93 and 7A. RGB value is (189,147,122). Sum of RGB (Red+Green+Blue) = 189+147+122=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD937A is #426C85. Grayscale: #9C9C9C. Windows color (decimal): -4353158 or 8033213. OLE color: 8033213.

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

Color convert

RGB 189 147 122 -
CMYK 0 0.22 0.35 0.26
HSL 22.39º 0.34% 0.61% -
HSV(B) 22.39º 0.35% 0.74% -
XYZ 34.93 33.09 22.96 -
YUV 156.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 189 147 122 0 0.22 0.35 0.26 22.39 0.34 0.61
Hex BD 93 7A 0 16 23 1A 16 22 3D
Octal 275 223 172 0 26 43 32 26 42 75
Binary 10111101 10010011 1111010 0 10110 100011 11010 10110 100010 111101

Color Harmonies of #BD937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD937A

Black with #BD937A

Text Example


Text Example

White with #BD937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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