Html Css Color HEX #BC8293 Puce

📋 copy color: '#BC8293'

red 188 ◦ green 130 ◦ blue 147

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

Shades of Puce #BC8293

Tints of Puce #BC8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 40.43%
G = 27.96%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC8293 (or 0xBC8293) is known color: Puce. HEX triplet: BC, 82 and 93. RGB value is (188,130,147). Sum of RGB (Red+Green+Blue) = 188+130+147=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8293 is #437D6C. Grayscale: #959595. Windows color (decimal): -4423021 or 9667260. OLE color: 9667260.

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

Color convert

RGB 188 130 147 -
CMYK 0 0.31 0.22 0.26
HSL 342.41º 0.3% 0.62% -
HSV(B) 342.41º 0.31% 0.74% -
XYZ 33.99 28.76 31.36 -
YUV 149.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 188 130 147 0 0.31 0.22 0.26 342.41 0.3 0.62
Hex BC 82 93 0 1F 16 1A 156 1E 3E
Octal 274 202 223 0 37 26 32 526 36 76
Binary 10111100 10000010 10010011 0 11111 10110 11010 101010110 11110 111110

Color Harmonies of #BC8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8293

Black with #BC8293

Text Example


Text Example

White with #BC8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8293; }

 p { color: rgb(188,130,147); }

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

background-color css

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

 a { background-color: rgb(188,130,147); }

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

border-color css

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

 span { border-color: rgb(188,130,147); }

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