Html Css Color HEX #BC9C7F Pale Taupe

📋 copy color: '#BC9C7F'

red 188 ◦ green 156 ◦ blue 127

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

Shades of Pale Taupe #BC9C7F

Tints of Pale Taupe #BC9C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 39.92%
G = 33.12%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC9C7F (or 0xBC9C7F) is known color: Pale Taupe. HEX triplet: BC, 9C and 7F. RGB value is (188,156,127). Sum of RGB (Red+Green+Blue) = 188+156+127=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C7F is #436380. Grayscale: #A2A2A2. Windows color (decimal): -4416385 or 8363196. OLE color: 8363196.

HSL color Cylindrical-coordinate representation of color #BC9C7F: hue angle of 28.52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9C7F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 156 127 -
CMYK 0 0.17 0.32 0.26
HSL 28.52º 0.31% 0.62% -
HSV(B) 28.52º 0.32% 0.74% -
XYZ 36.46 36 25.11 -
YUV 162.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 188 156 127 0 0.17 0.32 0.26 28.52 0.31 0.62
Hex BC 9C 7F 0 11 20 1A 1D 1F 3E
Octal 274 234 177 0 21 40 32 35 37 76
Binary 10111100 10011100 1111111 0 10001 100000 11010 11101 11111 111110

Color Harmonies of #BC9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C7F

Black with #BC9C7F

Text Example


Text Example

White with #BC9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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