Html Css Color HEX #BD9B88 Pale Taupe

📋 copy color: '#BD9B88'

red 189 ◦ green 155 ◦ blue 136

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

Shades of Pale Taupe #BD9B88

Tints of Pale Taupe #BD9B88

RGB

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

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

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

R = 39.38%
G = 32.29%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD9B88 (or 0xBD9B88) is known color: Pale Taupe. HEX triplet: BD, 9B and 88. RGB value is (189,155,136). Sum of RGB (Red+Green+Blue) = 189+155+136=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B88 is #426477. Grayscale: #A3A3A3. Windows color (decimal): -4351096 or 8952765. OLE color: 8952765.

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

Color convert

RGB 189 155 136 -
CMYK 0 0.18 0.28 0.26
HSL 21.51º 0.29% 0.64% -
HSV(B) 21.51º 0.28% 0.74% -
XYZ 37.15 36.04 28.29 -
YUV 163 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 189 155 136 0 0.18 0.28 0.26 21.51 0.29 0.64
Hex BD 9B 88 0 12 1C 1A 16 1D 40
Octal 275 233 210 0 22 34 32 26 35 100
Binary 10111101 10011011 10001000 0 10010 11100 11010 10110 11101 1000000

Color Harmonies of #BD9B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B88

Black with #BD9B88

Text Example


Text Example

White with #BD9B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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