Html Css Color HEX #BC9279 Pale Taupe

📋 copy color: '#BC9279'

red 188 ◦ green 146 ◦ blue 121

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

Shades of Pale Taupe #BC9279

Tints of Pale Taupe #BC9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.09%

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 41.32%
G = 32.09%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC9279 (or 0xBC9279) is known color: Pale Taupe. HEX triplet: BC, 92 and 79. RGB value is (188,146,121). Sum of RGB (Red+Green+Blue) = 188+146+121=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9279 is #436D86. Grayscale: #9B9B9B. Windows color (decimal): -4418951 or 7967420. OLE color: 7967420.

HSL color Cylindrical-coordinate representation of color #BC9279: hue angle of 22.39º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9279 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 146 121 -
CMYK 0 0.22 0.36 0.26
HSL 22.39º 0.33% 0.61% -
HSV(B) 22.39º 0.36% 0.74% -
XYZ 34.47 32.63 22.57 -
YUV 155.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 188 146 121 0 0.22 0.36 0.26 22.39 0.33 0.61
Hex BC 92 79 0 16 24 1A 16 21 3D
Octal 274 222 171 0 26 44 32 26 41 75
Binary 10111100 10010010 1111001 0 10110 100100 11010 10110 100001 111101

Color Harmonies of #BC9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9279

Black with #BC9279

Text Example


Text Example

White with #BC9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9279; }

 p { color: rgb(188,146,121); }

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

background-color css

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

 a { background-color: rgb(188,146,121); }

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

border-color css

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

 span { border-color: rgb(188,146,121); }

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