Html Css Color HEX #BC8788 Puce

📋 copy color: '#BC8788'

red 188 ◦ green 135 ◦ blue 136

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

Shades of Puce #BC8788

Tints of Puce #BC8788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 40.96%
G = 29.41%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8788 (or 0xBC8788) is known color: Puce. HEX triplet: BC, 87 and 88. RGB value is (188,135,136). Sum of RGB (Red+Green+Blue) = 188+135+136=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8788 is #437877. Grayscale: #979797. Windows color (decimal): -4421752 or 8947644. OLE color: 8947644.

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

Color convert

RGB 188 135 136 -
CMYK 0 0.28 0.28 0.26
HSL 358.87º 0.28% 0.63% -
HSV(B) 358.87º 0.28% 0.74% -
XYZ 33.85 29.8 27.26 -
YUV 150.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 188 135 136 0 0.28 0.28 0.26 358.87 0.28 0.63
Hex BC 87 88 0 1C 1C 1A 167 1C 3F
Octal 274 207 210 0 34 34 32 547 34 77
Binary 10111100 10000111 10001000 0 11100 11100 11010 101100111 11100 111111

Color Harmonies of #BC8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8788

Black with #BC8788

Text Example


Text Example

White with #BC8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8788; }

 p { color: rgb(188,135,136); }

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

background-color css

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

 a { background-color: rgb(188,135,136); }

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

border-color css

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

 span { border-color: rgb(188,135,136); }

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