Html Css Color HEX #BC868C Puce

📋 copy color: '#BC868C'

red 188 ◦ green 134 ◦ blue 140

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

Shades of Puce #BC868C

Tints of Puce #BC868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 40.69%
G = 29%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC868C (or 0xBC868C) is known color: Puce. HEX triplet: BC, 86 and 8C. RGB value is (188,134,140). Sum of RGB (Red+Green+Blue) = 188+134+140=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC868C is #437973. Grayscale: #969696. Windows color (decimal): -4422004 or 9209532. OLE color: 9209532.

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

Color convert

RGB 188 134 140 -
CMYK 0 0.29 0.26 0.26
HSL 353.33º 0.29% 0.63% -
HSV(B) 353.33º 0.29% 0.74% -
XYZ 34 29.64 28.74 -
YUV 150.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 188 134 140 0 0.29 0.26 0.26 353.33 0.29 0.63
Hex BC 86 8C 0 1D 1A 1A 161 1D 3F
Octal 274 206 214 0 35 32 32 541 35 77
Binary 10111100 10000110 10001100 0 11101 11010 11010 101100001 11101 111111

Color Harmonies of #BC868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC868C

Black with #BC868C

Text Example


Text Example

White with #BC868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC868C; }

 p { color: rgb(188,134,140); }

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

background-color css

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

 a { background-color: rgb(188,134,140); }

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

border-color css

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

 span { border-color: rgb(188,134,140); }

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