Html Css Color HEX #BC868B Puce

📋 copy color: '#BC868B'

red 188 ◦ green 134 ◦ blue 139

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

Shades of Puce #BC868B

Tints of Puce #BC868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 40.78%
G = 29.07%
B = 30.15%

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

#BC868B (or 0xBC868B) is known color: Puce. HEX triplet: BC, 86 and 8B. RGB value is (188,134,139). Sum of RGB (Red+Green+Blue) = 188+134+139=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC868B is #437974. Grayscale: #969696. Windows color (decimal): -4422005 or 9143996. OLE color: 9143996.

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

Color convert

RGB 188 134 139 -
CMYK 0 0.29 0.26 0.26
HSL 354.44º 0.29% 0.63% -
HSV(B) 354.44º 0.29% 0.74% -
XYZ 33.92 29.61 28.35 -
YUV 150.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 188 134 139 0 0.29 0.26 0.26 354.44 0.29 0.63
Hex BC 86 8B 0 1D 1A 1A 162 1D 3F
Octal 274 206 213 0 35 32 32 542 35 77
Binary 10111100 10000110 10001011 0 11101 11010 11010 101100010 11101 111111

Color Harmonies of #BC868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC868B

Black with #BC868B

Text Example


Text Example

White with #BC868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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