Html Css Color HEX #BC8F75 Pale Taupe

📋 copy color: '#BC8F75'

red 188 ◦ green 143 ◦ blue 117

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

Shades of Pale Taupe #BC8F75

Tints of Pale Taupe #BC8F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 41.96%
G = 31.92%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8F75 (or 0xBC8F75) is known color: Pale Taupe. HEX triplet: BC, 8F and 75. RGB value is (188,143,117). Sum of RGB (Red+Green+Blue) = 188+143+117=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F75 is #43708A. Grayscale: #999999. Windows color (decimal): -4419723 or 7704508. OLE color: 7704508.

HSL color Cylindrical-coordinate representation of color #BC8F75: hue angle of 21.97º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8F75 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 117 -
CMYK 0 0.24 0.38 0.26
HSL 21.97º 0.35% 0.6% -
HSV(B) 21.97º 0.38% 0.74% -
XYZ 33.77 31.62 21.15 -
YUV 153.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 188 143 117 0 0.24 0.38 0.26 21.97 0.35 0.6
Hex BC 8F 75 0 18 26 1A 16 23 3C
Octal 274 217 165 0 30 46 32 26 43 74
Binary 10111100 10001111 1110101 0 11000 100110 11010 10110 100011 111100

Color Harmonies of #BC8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F75

Black with #BC8F75

Text Example


Text Example

White with #BC8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F75; }

 p { color: rgb(188,143,117); }

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

background-color css

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

 a { background-color: rgb(188,143,117); }

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

border-color css

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

 span { border-color: rgb(188,143,117); }

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