Html Css Color HEX #BC828F Puce

📋 copy color: '#BC828F'

red 188 ◦ green 130 ◦ blue 143

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

Shades of Puce #BC828F

Tints of Puce #BC828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 40.78%
G = 28.2%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC828F (or 0xBC828F) is known color: Puce. HEX triplet: BC, 82 and 8F. RGB value is (188,130,143). Sum of RGB (Red+Green+Blue) = 188+130+143=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828F is #437D70. Grayscale: #949494. Windows color (decimal): -4423025 or 9405116. OLE color: 9405116.

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

Color convert

RGB 188 130 143 -
CMYK 0 0.31 0.24 0.26
HSL 346.55º 0.3% 0.62% -
HSV(B) 346.55º 0.31% 0.74% -
XYZ 33.68 28.64 29.74 -
YUV 148.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 188 130 143 0 0.31 0.24 0.26 346.55 0.3 0.62
Hex BC 82 8F 0 1F 18 1A 15B 1E 3E
Octal 274 202 217 0 37 30 32 533 36 76
Binary 10111100 10000010 10001111 0 11111 11000 11010 101011011 11110 111110

Color Harmonies of #BC828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC828F

Black with #BC828F

Text Example


Text Example

White with #BC828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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