Html Css Color HEX #BC848D Puce

📋 copy color: '#BC848D'

red 188 ◦ green 132 ◦ blue 141

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

Shades of Puce #BC848D

Tints of Puce #BC848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 40.78%
G = 28.63%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC848D (or 0xBC848D) is known color: Puce. HEX triplet: BC, 84 and 8D. RGB value is (188,132,141). Sum of RGB (Red+Green+Blue) = 188+132+141=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848D is #437B72. Grayscale: #959595. Windows color (decimal): -4422515 or 9274556. OLE color: 9274556.

HSL color Cylindrical-coordinate representation of color #BC848D: hue angle of 350.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC848D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 141 -
CMYK 0 0.30 0.25 0.26
HSL 350.36º 0.29% 0.63% -
HSV(B) 350.36º 0.3% 0.74% -
XYZ 33.8 29.12 29.04 -
YUV 149.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 188 132 141 0 0.30 0.25 0.26 350.36 0.29 0.63
Hex BC 84 8D 0 1E 19 1A 15E 1D 3F
Octal 274 204 215 0 36 31 32 536 35 77
Binary 10111100 10000100 10001101 0 11110 11001 11010 101011110 11101 111111

Color Harmonies of #BC848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC848D

Black with #BC848D

Text Example


Text Example

White with #BC848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC848D; }

 p { color: rgb(188,132,141); }

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

background-color css

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

 a { background-color: rgb(188,132,141); }

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

border-color css

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

 span { border-color: rgb(188,132,141); }

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