Html Css Color HEX #BC917F Pale Taupe

📋 copy color: '#BC917F'

red 188 ◦ green 145 ◦ blue 127

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

Shades of Pale Taupe #BC917F

Tints of Pale Taupe #BC917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 40.87%
G = 31.52%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC917F (or 0xBC917F) is known color: Pale Taupe. HEX triplet: BC, 91 and 7F. RGB value is (188,145,127). Sum of RGB (Red+Green+Blue) = 188+145+127=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917F is #436E80. Grayscale: #9B9B9B. Windows color (decimal): -4419201 or 8360380. OLE color: 8360380.

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

Color convert

RGB 188 145 127 -
CMYK 0 0.23 0.32 0.26
HSL 17.7º 0.31% 0.62% -
HSV(B) 17.7º 0.32% 0.74% -
XYZ 34.7 32.47 24.52 -
YUV 155.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 188 145 127 0 0.23 0.32 0.26 17.7 0.31 0.62
Hex BC 91 7F 0 17 20 1A 12 1F 3E
Octal 274 221 177 0 27 40 32 22 37 76
Binary 10111100 10010001 1111111 0 10111 100000 11010 10010 11111 111110

Color Harmonies of #BC917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC917F

Black with #BC917F

Text Example


Text Example

White with #BC917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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