Html Css Color HEX #BC8091 Puce

📋 copy color: '#BC8091'

red 188 ◦ green 128 ◦ blue 145

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

Shades of Puce #BC8091

Tints of Puce #BC8091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 40.78%
G = 27.77%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8091 (or 0xBC8091) is known color: Puce. HEX triplet: BC, 80 and 91. RGB value is (188,128,145). Sum of RGB (Red+Green+Blue) = 188+128+145=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8091 is #437F6E. Grayscale: #939393. Windows color (decimal): -4423535 or 9535676. OLE color: 9535676.

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

Color convert

RGB 188 128 145 -
CMYK 0 0.32 0.23 0.26
HSL 343º 0.31% 0.62% -
HSV(B) 343º 0.32% 0.74% -
XYZ 33.57 28.17 30.46 -
YUV 147.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 188 128 145 0 0.32 0.23 0.26 343 0.31 0.62
Hex BC 80 91 0 20 17 1A 157 1F 3E
Octal 274 200 221 0 40 27 32 527 37 76
Binary 10111100 10000000 10010001 0 100000 10111 11010 101010111 11111 111110

Color Harmonies of #BC8091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8091

Black with #BC8091

Text Example


Text Example

White with #BC8091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8091; }

 p { color: rgb(188,128,145); }

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

background-color css

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

 a { background-color: rgb(188,128,145); }

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

border-color css

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

 span { border-color: rgb(188,128,145); }

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