Html Css Color HEX #BC9682 Pale Taupe

📋 copy color: '#BC9682'

red 188 ◦ green 150 ◦ blue 130

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

Shades of Pale Taupe #BC9682

Tints of Pale Taupe #BC9682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 40.17%
G = 32.05%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC9682 (or 0xBC9682) is known color: Pale Taupe. HEX triplet: BC, 96 and 82. RGB value is (188,150,130). Sum of RGB (Red+Green+Blue) = 188+150+130=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9682 is #43697D. Grayscale: #9F9F9F. Windows color (decimal): -4417918 or 8558268. OLE color: 8558268.

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

Color convert

RGB 188 150 130 -
CMYK 0 0.20 0.31 0.26
HSL 20.69º 0.3% 0.62% -
HSV(B) 20.69º 0.31% 0.74% -
XYZ 35.67 34.12 25.82 -
YUV 159.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 188 150 130 0 0.20 0.31 0.26 20.69 0.3 0.62
Hex BC 96 82 0 14 1F 1A 15 1E 3E
Octal 274 226 202 0 24 37 32 25 36 76
Binary 10111100 10010110 10000010 0 10100 11111 11010 10101 11110 111110

Color Harmonies of #BC9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9682

Black with #BC9682

Text Example


Text Example

White with #BC9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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