Html Css Color HEX #BC8195 Puce

📋 copy color: '#BC8195'

red 188 ◦ green 129 ◦ blue 149

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

Shades of Puce #BC8195

Tints of Puce #BC8195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 40.34%
G = 27.68%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC8195 (or 0xBC8195) is known color: Puce. HEX triplet: BC, 81 and 95. RGB value is (188,129,149). Sum of RGB (Red+Green+Blue) = 188+129+149=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8195 is #437E6A. Grayscale: #949494. Windows color (decimal): -4423275 or 9798076. OLE color: 9798076.

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

Color convert

RGB 188 129 149 -
CMYK 0 0.31 0.21 0.26
HSL 339.66º 0.31% 0.62% -
HSV(B) 339.66º 0.31% 0.74% -
XYZ 34.01 28.56 32.15 -
YUV 148.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 188 129 149 0 0.31 0.21 0.26 339.66 0.31 0.62
Hex BC 81 95 0 1F 15 1A 154 1F 3E
Octal 274 201 225 0 37 25 32 524 37 76
Binary 10111100 10000001 10010101 0 11111 10101 11010 101010100 11111 111110

Color Harmonies of #BC8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8195

Black with #BC8195

Text Example


Text Example

White with #BC8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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