Html Css Color HEX #BD977C Pale Taupe

📋 copy color: '#BD977C'

red 189 ◦ green 151 ◦ blue 124

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

Shades of Pale Taupe #BD977C

Tints of Pale Taupe #BD977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 40.73%
G = 32.54%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD977C (or 0xBD977C) is known color: Pale Taupe. HEX triplet: BD, 97 and 7C. RGB value is (189,151,124). Sum of RGB (Red+Green+Blue) = 189+151+124=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD977C is #426883. Grayscale: #9F9F9F. Windows color (decimal): -4352132 or 8165309. OLE color: 8165309.

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

Color convert

RGB 189 151 124 -
CMYK 0 0.20 0.34 0.26
HSL 24.92º 0.33% 0.61% -
HSV(B) 24.92º 0.34% 0.74% -
XYZ 35.69 34.41 23.83 -
YUV 159.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 189 151 124 0 0.20 0.34 0.26 24.92 0.33 0.61
Hex BD 97 7C 0 14 22 1A 19 21 3D
Octal 275 227 174 0 24 42 32 31 41 75
Binary 10111101 10010111 1111100 0 10100 100010 11010 11001 100001 111101

Color Harmonies of #BD977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD977C

Black with #BD977C

Text Example


Text Example

White with #BD977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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