Html Css Color HEX #BC818E Puce

📋 copy color: '#BC818E'

red 188 ◦ green 129 ◦ blue 142

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

Shades of Puce #BC818E

Tints of Puce #BC818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 40.96%
G = 28.1%
B = 30.94%

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

#BC818E (or 0xBC818E) is known color: Puce. HEX triplet: BC, 81 and 8E. RGB value is (188,129,142). Sum of RGB (Red+Green+Blue) = 188+129+142=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC818E is #437E71. Grayscale: #949494. Windows color (decimal): -4423282 or 9339324. OLE color: 9339324.

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

Color convert

RGB 188 129 142 -
CMYK 0 0.31 0.24 0.26
HSL 346.78º 0.31% 0.62% -
HSV(B) 346.78º 0.31% 0.74% -
XYZ 33.47 28.34 29.3 -
YUV 148.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 188 129 142 0 0.31 0.24 0.26 346.78 0.31 0.62
Hex BC 81 8E 0 1F 18 1A 15B 1F 3E
Octal 274 201 216 0 37 30 32 533 37 76
Binary 10111100 10000001 10001110 0 11111 11000 11010 101011011 11111 111110

Color Harmonies of #BC818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC818E

Black with #BC818E

Text Example


Text Example

White with #BC818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC818E; }

 p { color: rgb(188,129,142); }

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

background-color css

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

 a { background-color: rgb(188,129,142); }

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

border-color css

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

 span { border-color: rgb(188,129,142); }

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