Html Css Color HEX #BC9C7D Pale Taupe

📋 copy color: '#BC9C7D'

red 188 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #BC9C7D

Tints of Pale Taupe #BC9C7D

RGB

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

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

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

R = 40.09%
G = 33.26%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC9C7D (or 0xBC9C7D) is known color: Pale Taupe. HEX triplet: BC, 9C and 7D. RGB value is (188,156,125). Sum of RGB (Red+Green+Blue) = 188+156+125=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C7D is #436382. Grayscale: #A2A2A2. Windows color (decimal): -4416387 or 8232124. OLE color: 8232124.

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

Color convert

RGB 188 156 125 -
CMYK 0 0.17 0.34 0.26
HSL 29.52º 0.32% 0.61% -
HSV(B) 29.52º 0.34% 0.74% -
XYZ 36.33 35.95 24.43 -
YUV 162.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 188 156 125 0 0.17 0.34 0.26 29.52 0.32 0.61
Hex BC 9C 7D 0 11 22 1A 1E 20 3D
Octal 274 234 175 0 21 42 32 36 40 75
Binary 10111100 10011100 1111101 0 10001 100010 11010 11110 100000 111101

Color Harmonies of #BC9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C7D

Black with #BC9C7D

Text Example


Text Example

White with #BC9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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