Html Css Color HEX #BC7F92 Puce

📋 copy color: '#BC7F92'

red 188 ◦ green 127 ◦ blue 146

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

Shades of Puce #BC7F92

Tints of Puce #BC7F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 40.78%
G = 27.55%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7F92 (or 0xBC7F92) is known color: Puce. HEX triplet: BC, 7F and 92. RGB value is (188,127,146). Sum of RGB (Red+Green+Blue) = 188+127+146=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F92 is #43806D. Grayscale: #939393. Windows color (decimal): -4423790 or 9600956. OLE color: 9600956.

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

Color convert

RGB 188 127 146 -
CMYK 0 0.32 0.22 0.26
HSL 341.31º 0.31% 0.62% -
HSV(B) 341.31º 0.32% 0.74% -
XYZ 33.52 27.95 30.82 -
YUV 147.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 188 127 146 0 0.32 0.22 0.26 341.31 0.31 0.62
Hex BC 7F 92 0 20 16 1A 155 1F 3E
Octal 274 177 222 0 40 26 32 525 37 76
Binary 10111100 1111111 10010010 0 100000 10110 11010 101010101 11111 111110

Color Harmonies of #BC7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F92

Black with #BC7F92

Text Example


Text Example

White with #BC7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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