Html Css Color HEX #BC828D Puce

📋 copy color: '#BC828D'

red 188 ◦ green 130 ◦ blue 141

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

Shades of Puce #BC828D

Tints of Puce #BC828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 40.96%
G = 28.32%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC828D (or 0xBC828D) is known color: Puce. HEX triplet: BC, 82 and 8D. RGB value is (188,130,141). Sum of RGB (Red+Green+Blue) = 188+130+141=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828D is #437D72. Grayscale: #949494. Windows color (decimal): -4423027 or 9274044. OLE color: 9274044.

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

Color convert

RGB 188 130 141 -
CMYK 0 0.31 0.25 0.26
HSL 348.62º 0.3% 0.62% -
HSV(B) 348.62º 0.31% 0.74% -
XYZ 33.53 28.58 28.95 -
YUV 148.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 188 130 141 0 0.31 0.25 0.26 348.62 0.3 0.62
Hex BC 82 8D 0 1F 19 1A 15D 1E 3E
Octal 274 202 215 0 37 31 32 535 36 76
Binary 10111100 10000010 10001101 0 11111 11001 11010 101011101 11110 111110

Color Harmonies of #BC828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC828D

Black with #BC828D

Text Example


Text Example

White with #BC828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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