Html Css Color HEX #BD997C Pale Taupe

📋 copy color: '#BD997C'

red 189 ◦ green 153 ◦ blue 124

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

Shades of Pale Taupe #BD997C

Tints of Pale Taupe #BD997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 40.56%
G = 32.83%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD997C (or 0xBD997C) is known color: Pale Taupe. HEX triplet: BD, 99 and 7C. RGB value is (189,153,124). Sum of RGB (Red+Green+Blue) = 189+153+124=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD997C is #426683. Grayscale: #A0A0A0. Windows color (decimal): -4351620 or 8165821. OLE color: 8165821.

HSL color Cylindrical-coordinate representation of color #BD997C: hue angle of 26.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD997C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 124 -
CMYK 0 0.19 0.34 0.26
HSL 26.77º 0.33% 0.61% -
HSV(B) 26.77º 0.34% 0.74% -
XYZ 36.02 35.06 23.94 -
YUV 160.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 189 153 124 0 0.19 0.34 0.26 26.77 0.33 0.61
Hex BD 99 7C 0 13 22 1A 1B 21 3D
Octal 275 231 174 0 23 42 32 33 41 75
Binary 10111101 10011001 1111100 0 10011 100010 11010 11011 100001 111101

Color Harmonies of #BD997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD997C

Black with #BD997C

Text Example


Text Example

White with #BD997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD997C; }

 p { color: rgb(189,153,124); }

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

background-color css

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

 a { background-color: rgb(189,153,124); }

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

border-color css

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

 span { border-color: rgb(189,153,124); }

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