Html Css Color HEX #BC838D Puce

📋 copy color: '#BC838D'

red 188 ◦ green 131 ◦ blue 141

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

Shades of Puce #BC838D

Tints of Puce #BC838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 40.87%
G = 28.48%
B = 30.65%

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

#BC838D (or 0xBC838D) is known color: Puce. HEX triplet: BC, 83 and 8D. RGB value is (188,131,141). Sum of RGB (Red+Green+Blue) = 188+131+141=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC838D is #437C72. Grayscale: #959595. Windows color (decimal): -4422771 or 9274300. OLE color: 9274300.

HSL color Cylindrical-coordinate representation of color #BC838D: hue angle of 349.47º degrees, saturation: 0.3, 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 #BC838D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 141 -
CMYK 0 0.30 0.25 0.26
HSL 349.47º 0.3% 0.63% -
HSV(B) 349.47º 0.3% 0.74% -
XYZ 33.66 28.85 28.99 -
YUV 149.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 188 131 141 0 0.30 0.25 0.26 349.47 0.3 0.63
Hex BC 83 8D 0 1E 19 1A 15D 1E 3F
Octal 274 203 215 0 36 31 32 535 36 77
Binary 10111100 10000011 10001101 0 11110 11001 11010 101011101 11110 111111

Color Harmonies of #BC838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC838D

Black with #BC838D

Text Example


Text Example

White with #BC838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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