Html Css Color HEX #BC8094 Puce

📋 copy color: '#BC8094'

red 188 ◦ green 128 ◦ blue 148

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

Shades of Puce #BC8094

Tints of Puce #BC8094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 40.52%
G = 27.59%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC8094 (or 0xBC8094) is known color: Puce. HEX triplet: BC, 80 and 94. RGB value is (188,128,148). Sum of RGB (Red+Green+Blue) = 188+128+148=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8094 is #437F6B. Grayscale: #949494. Windows color (decimal): -4423532 or 9732284. OLE color: 9732284.

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

Color convert

RGB 188 128 148 -
CMYK 0 0.32 0.21 0.26
HSL 340º 0.31% 0.62% -
HSV(B) 340º 0.32% 0.74% -
XYZ 33.8 28.27 31.69 -
YUV 148.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 188 128 148 0 0.32 0.21 0.26 340 0.31 0.62
Hex BC 80 94 0 20 15 1A 154 1F 3E
Octal 274 200 224 0 40 25 32 524 37 76
Binary 10111100 10000000 10010100 0 100000 10101 11010 101010100 11111 111110

Color Harmonies of #BC8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8094

Black with #BC8094

Text Example


Text Example

White with #BC8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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