Html Css Color HEX #BC8092 Puce

📋 copy color: '#BC8092'

red 188 ◦ green 128 ◦ blue 146

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

Shades of Puce #BC8092

Tints of Puce #BC8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 40.69%
G = 27.71%
B = 31.6%

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

#BC8092 (or 0xBC8092) is known color: Puce. HEX triplet: BC, 80 and 92. RGB value is (188,128,146). Sum of RGB (Red+Green+Blue) = 188+128+146=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8092 is #437F6D. Grayscale: #939393. Windows color (decimal): -4423534 or 9601212. OLE color: 9601212.

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

Color convert

RGB 188 128 146 -
CMYK 0 0.32 0.22 0.26
HSL 342º 0.31% 0.62% -
HSV(B) 342º 0.32% 0.74% -
XYZ 33.65 28.21 30.86 -
YUV 147.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 188 128 146 0 0.32 0.22 0.26 342 0.31 0.62
Hex BC 80 92 0 20 16 1A 156 1F 3E
Octal 274 200 222 0 40 26 32 526 37 76
Binary 10111100 10000000 10010010 0 100000 10110 11010 101010110 11111 111110

Color Harmonies of #BC8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8092

Black with #BC8092

Text Example


Text Example

White with #BC8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8092; }

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

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

background-color css

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

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

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

border-color css

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

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

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