Html Css Color HEX #BD9C88 Pale Taupe

📋 copy color: '#BD9C88'

red 189 ◦ green 156 ◦ blue 136

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

Shades of Pale Taupe #BD9C88

Tints of Pale Taupe #BD9C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 39.29%
G = 32.43%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD9C88 (or 0xBD9C88) is known color: Pale Taupe. HEX triplet: BD, 9C and 88. RGB value is (189,156,136). Sum of RGB (Red+Green+Blue) = 189+156+136=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C88 is #426377. Grayscale: #A3A3A3. Windows color (decimal): -4350840 or 8953021. OLE color: 8953021.

HSL color Cylindrical-coordinate representation of color #BD9C88: hue angle of 22.64º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9C88 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 136 -
CMYK 0 0.17 0.28 0.26
HSL 22.64º 0.29% 0.64% -
HSV(B) 22.64º 0.28% 0.74% -
XYZ 37.32 36.37 28.35 -
YUV 163.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 189 156 136 0 0.17 0.28 0.26 22.64 0.29 0.64
Hex BD 9C 88 0 11 1C 1A 17 1D 40
Octal 275 234 210 0 21 34 32 27 35 100
Binary 10111101 10011100 10001000 0 10001 11100 11010 10111 11101 1000000

Color Harmonies of #BD9C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C88

Black with #BD9C88

Text Example


Text Example

White with #BD9C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C88; }

 p { color: rgb(189,156,136); }

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

background-color css

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

 a { background-color: rgb(189,156,136); }

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

border-color css

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

 span { border-color: rgb(189,156,136); }

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