Html Css Color HEX #BC9883 Pale Taupe

📋 copy color: '#BC9883'

red 188 ◦ green 152 ◦ blue 131

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

Shades of Pale Taupe #BC9883

Tints of Pale Taupe #BC9883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

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

R = 39.92%
G = 32.27%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC9883 (or 0xBC9883) is known color: Pale Taupe. HEX triplet: BC, 98 and 83. RGB value is (188,152,131). Sum of RGB (Red+Green+Blue) = 188+152+131=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9883 is #43677C. Grayscale: #A0A0A0. Windows color (decimal): -4417405 or 8624316. OLE color: 8624316.

HSL color Cylindrical-coordinate representation of color #BC9883: hue angle of 22.11º 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 #BC9883 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 131 -
CMYK 0 0.19 0.30 0.26
HSL 22.11º 0.3% 0.63% -
HSV(B) 22.11º 0.3% 0.74% -
XYZ 36.06 34.79 26.29 -
YUV 160.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 188 152 131 0 0.19 0.30 0.26 22.11 0.3 0.63
Hex BC 98 83 0 13 1E 1A 16 1E 3F
Octal 274 230 203 0 23 36 32 26 36 77
Binary 10111100 10011000 10000011 0 10011 11110 11010 10110 11110 111111

Color Harmonies of #BC9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9883

Black with #BC9883

Text Example


Text Example

White with #BC9883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9883; }

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

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

background-color css

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

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

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

border-color css

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

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

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