Html Css Color HEX #BC8390 Puce

📋 copy color: '#BC8390'

red 188 ◦ green 131 ◦ blue 144

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

Shades of Puce #BC8390

Tints of Puce #BC8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 40.6%
G = 28.29%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8390 (or 0xBC8390) is known color: Puce. HEX triplet: BC, 83 and 90. RGB value is (188,131,144). Sum of RGB (Red+Green+Blue) = 188+131+144=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8390 is #437C6F. Grayscale: #959595. Windows color (decimal): -4422768 or 9470908. OLE color: 9470908.

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

Color convert

RGB 188 131 144 -
CMYK 0 0.30 0.23 0.26
HSL 346.32º 0.3% 0.63% -
HSV(B) 346.32º 0.3% 0.74% -
XYZ 33.89 28.94 30.18 -
YUV 149.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 188 131 144 0 0.30 0.23 0.26 346.32 0.3 0.63
Hex BC 83 90 0 1E 17 1A 15A 1E 3F
Octal 274 203 220 0 36 27 32 532 36 77
Binary 10111100 10000011 10010000 0 11110 10111 11010 101011010 11110 111111

Color Harmonies of #BC8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8390

Black with #BC8390

Text Example


Text Example

White with #BC8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8390; }

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

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

background-color css

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

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

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

border-color css

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

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

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