Html Css Color HEX #BC9478 Pale Taupe

📋 copy color: '#BC9478'

red 188 ◦ green 148 ◦ blue 120

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

Shades of Pale Taupe #BC9478

Tints of Pale Taupe #BC9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 41.23%
G = 32.46%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC9478 (or 0xBC9478) is known color: Pale Taupe. HEX triplet: BC, 94 and 78. RGB value is (188,148,120). Sum of RGB (Red+Green+Blue) = 188+148+120=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9478 is #436B87. Grayscale: #9C9C9C. Windows color (decimal): -4418440 or 7902396. OLE color: 7902396.

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

Color convert

RGB 188 148 120 -
CMYK 0 0.21 0.36 0.26
HSL 24.71º 0.34% 0.6% -
HSV(B) 24.71º 0.36% 0.74% -
XYZ 34.72 33.23 22.35 -
YUV 156.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 188 148 120 0 0.21 0.36 0.26 24.71 0.34 0.6
Hex BC 94 78 0 15 24 1A 19 22 3C
Octal 274 224 170 0 25 44 32 31 42 74
Binary 10111100 10010100 1111000 0 10101 100100 11010 11001 100010 111100

Color Harmonies of #BC9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9478

Black with #BC9478

Text Example


Text Example

White with #BC9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9478; }

 p { color: rgb(188,148,120); }

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

background-color css

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

 a { background-color: rgb(188,148,120); }

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

border-color css

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

 span { border-color: rgb(188,148,120); }

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