Html Css Color HEX #BD9B85 Pale Taupe

📋 copy color: '#BD9B85'

red 189 ◦ green 155 ◦ blue 133

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

Shades of Pale Taupe #BD9B85

Tints of Pale Taupe #BD9B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 39.62%
G = 32.49%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD9B85 (or 0xBD9B85) is known color: Pale Taupe. HEX triplet: BD, 9B and 85. RGB value is (189,155,133). Sum of RGB (Red+Green+Blue) = 189+155+133=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B85 is #42647A. Grayscale: #A2A2A2. Windows color (decimal): -4351099 or 8756157. OLE color: 8756157.

HSL color Cylindrical-coordinate representation of color #BD9B85: hue angle of 23.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9B85 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 133 -
CMYK 0 0.18 0.30 0.26
HSL 23.57º 0.3% 0.63% -
HSV(B) 23.57º 0.3% 0.74% -
XYZ 36.94 35.95 27.18 -
YUV 162.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 189 155 133 0 0.18 0.30 0.26 23.57 0.3 0.63
Hex BD 9B 85 0 12 1E 1A 18 1E 3F
Octal 275 233 205 0 22 36 32 30 36 77
Binary 10111101 10011011 10000101 0 10010 11110 11010 11000 11110 111111

Color Harmonies of #BD9B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B85

Black with #BD9B85

Text Example


Text Example

White with #BD9B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B85; }

 p { color: rgb(189,155,133); }

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

background-color css

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

 a { background-color: rgb(189,155,133); }

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

border-color css

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

 span { border-color: rgb(189,155,133); }

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