Html Css Color HEX #BC7F96 Puce

📋 copy color: '#BC7F96'

red 188 ◦ green 127 ◦ blue 150

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

Shades of Puce #BC7F96

Tints of Puce #BC7F96

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 40.43%
G = 27.31%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7F96 (or 0xBC7F96) is known color: Puce. HEX triplet: BC, 7F and 96. RGB value is (188,127,150). Sum of RGB (Red+Green+Blue) = 188+127+150=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F96 is #438069. Grayscale: #939393. Windows color (decimal): -4423786 or 9863100. OLE color: 9863100.

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

Color convert

RGB 188 127 150 -
CMYK 0 0.32 0.20 0.26
HSL 337.38º 0.31% 0.62% -
HSV(B) 337.38º 0.32% 0.74% -
XYZ 33.83 28.07 32.49 -
YUV 147.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 188 127 150 0 0.32 0.20 0.26 337.38 0.31 0.62
Hex BC 7F 96 0 20 14 1A 151 1F 3E
Octal 274 177 226 0 40 24 32 521 37 76
Binary 10111100 1111111 10010110 0 100000 10100 11010 101010001 11111 111110

Color Harmonies of #BC7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F96

Black with #BC7F96

Text Example


Text Example

White with #BC7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F96; }

 p { color: rgb(188,127,150); }

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

background-color css

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

 a { background-color: rgb(188,127,150); }

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

border-color css

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

 span { border-color: rgb(188,127,150); }

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