Html Css Color HEX #BC977D Pale Taupe

📋 copy color: '#BC977D'

red 188 ◦ green 151 ◦ blue 125

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

Shades of Pale Taupe #BC977D

Tints of Pale Taupe #BC977D

RGB

 RED value IS 188 (73.83% from 255) = 40.52%

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 40.52%
G = 32.54%
B = 26.94%

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

#BC977D (or 0xBC977D) is known color: Pale Taupe. HEX triplet: BC, 97 and 7D. RGB value is (188,151,125). Sum of RGB (Red+Green+Blue) = 188+151+125=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC977D is #436882. Grayscale: #9F9F9F. Windows color (decimal): -4417667 or 8230844. OLE color: 8230844.

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

Color convert

RGB 188 151 125 -
CMYK 0 0.20 0.34 0.26
HSL 24.76º 0.32% 0.61% -
HSV(B) 24.76º 0.34% 0.74% -
XYZ 35.51 34.31 24.15 -
YUV 159.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 188 151 125 0 0.20 0.34 0.26 24.76 0.32 0.61
Hex BC 97 7D 0 14 22 1A 19 20 3D
Octal 274 227 175 0 24 42 32 31 40 75
Binary 10111100 10010111 1111101 0 10100 100010 11010 11001 100000 111101

Color Harmonies of #BC977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC977D

Black with #BC977D

Text Example


Text Example

White with #BC977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC977D; }

 p { color: rgb(188,151,125); }

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

background-color css

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

 a { background-color: rgb(188,151,125); }

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

border-color css

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

 span { border-color: rgb(188,151,125); }

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