Html Css Color HEX #BC9483 Pale Taupe

📋 copy color: '#BC9483'

red 188 ◦ green 148 ◦ blue 131

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

Shades of Pale Taupe #BC9483

Tints of Pale Taupe #BC9483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 40.26%
G = 31.69%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC9483 (or 0xBC9483) is known color: Pale Taupe. HEX triplet: BC, 94 and 83. RGB value is (188,148,131). Sum of RGB (Red+Green+Blue) = 188+148+131=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9483 is #436B7C. Grayscale: #9E9E9E. Windows color (decimal): -4418429 or 8623292. OLE color: 8623292.

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

Color convert

RGB 188 148 131 -
CMYK 0 0.21 0.30 0.26
HSL 17.89º 0.3% 0.63% -
HSV(B) 17.89º 0.3% 0.74% -
XYZ 35.43 33.51 26.07 -
YUV 158.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 188 148 131 0 0.21 0.30 0.26 17.89 0.3 0.63
Hex BC 94 83 0 15 1E 1A 12 1E 3F
Octal 274 224 203 0 25 36 32 22 36 77
Binary 10111100 10010100 10000011 0 10101 11110 11010 10010 11110 111111

Color Harmonies of #BC9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9483

Black with #BC9483

Text Example


Text Example

White with #BC9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9483; }

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

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

background-color css

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

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

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

border-color css

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

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

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