Html Css Color HEX #BC8191 Puce

📋 copy color: '#BC8191'

red 188 ◦ green 129 ◦ blue 145

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

Shades of Puce #BC8191

Tints of Puce #BC8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 40.69%
G = 27.92%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8191 (or 0xBC8191) is known color: Puce. HEX triplet: BC, 81 and 91. RGB value is (188,129,145). Sum of RGB (Red+Green+Blue) = 188+129+145=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8191 is #437E6E. Grayscale: #949494. Windows color (decimal): -4423279 or 9535932. OLE color: 9535932.

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

Color convert

RGB 188 129 145 -
CMYK 0 0.31 0.23 0.26
HSL 343.73º 0.31% 0.62% -
HSV(B) 343.73º 0.31% 0.74% -
XYZ 33.7 28.44 30.5 -
YUV 148.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 188 129 145 0 0.31 0.23 0.26 343.73 0.31 0.62
Hex BC 81 91 0 1F 17 1A 158 1F 3E
Octal 274 201 221 0 37 27 32 530 37 76
Binary 10111100 10000001 10010001 0 11111 10111 11010 101011000 11111 111110

Color Harmonies of #BC8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8191

Black with #BC8191

Text Example


Text Example

White with #BC8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8191; }

 p { color: rgb(188,129,145); }

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

background-color css

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

 a { background-color: rgb(188,129,145); }

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

border-color css

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

 span { border-color: rgb(188,129,145); }

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