Html Css Color HEX #BC967F Pale Taupe

📋 copy color: '#BC967F'

red 188 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #BC967F

Tints of Pale Taupe #BC967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

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

R = 40.43%
G = 32.26%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC967F (or 0xBC967F) is known color: Pale Taupe. HEX triplet: BC, 96 and 7F. RGB value is (188,150,127). Sum of RGB (Red+Green+Blue) = 188+150+127=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967F is #436980. Grayscale: #9E9E9E. Windows color (decimal): -4417921 or 8361660. OLE color: 8361660.

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

Color convert

RGB 188 150 127 -
CMYK 0 0.20 0.32 0.26
HSL 22.62º 0.31% 0.62% -
HSV(B) 22.62º 0.32% 0.74% -
XYZ 35.48 34.04 24.78 -
YUV 158.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 188 150 127 0 0.20 0.32 0.26 22.62 0.31 0.62
Hex BC 96 7F 0 14 20 1A 17 1F 3E
Octal 274 226 177 0 24 40 32 27 37 76
Binary 10111100 10010110 1111111 0 10100 100000 11010 10111 11111 111110

Color Harmonies of #BC967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC967F

Black with #BC967F

Text Example


Text Example

White with #BC967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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