Html Css Color HEX #BC8090 Puce

📋 copy color: '#BC8090'

red 188 ◦ green 128 ◦ blue 144

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

Shades of Puce #BC8090

Tints of Puce #BC8090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 40.87%
G = 27.83%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8090 (or 0xBC8090) is known color: Puce. HEX triplet: BC, 80 and 90. RGB value is (188,128,144). Sum of RGB (Red+Green+Blue) = 188+128+144=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8090 is #437F6F. Grayscale: #939393. Windows color (decimal): -4423536 or 9470140. OLE color: 9470140.

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

Color convert

RGB 188 128 144 -
CMYK 0 0.32 0.23 0.26
HSL 344º 0.31% 0.62% -
HSV(B) 344º 0.32% 0.74% -
XYZ 33.49 28.14 30.05 -
YUV 147.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 188 128 144 0 0.32 0.23 0.26 344 0.31 0.62
Hex BC 80 90 0 20 17 1A 158 1F 3E
Octal 274 200 220 0 40 27 32 530 37 76
Binary 10111100 10000000 10010000 0 100000 10111 11010 101011000 11111 111110

Color Harmonies of #BC8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8090

Black with #BC8090

Text Example


Text Example

White with #BC8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8090; }

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

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

background-color css

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

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

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

border-color css

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

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

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