Html Css Color HEX #BC8589 Puce

📋 copy color: '#BC8589'

red 188 ◦ green 133 ◦ blue 137

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

Shades of Puce #BC8589

Tints of Puce #BC8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

 BLUE value IS 137 (53.91% from 255) = 29.91%

R = 41.05%
G = 29.04%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC8589 (or 0xBC8589) is known color: Puce. HEX triplet: BC, 85 and 89. RGB value is (188,133,137). Sum of RGB (Red+Green+Blue) = 188+133+137=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8589 is #437A76. Grayscale: #959595. Windows color (decimal): -4422263 or 9012668. OLE color: 9012668.

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

Color convert

RGB 188 133 137 -
CMYK 0 0.29 0.27 0.26
HSL 355.64º 0.29% 0.63% -
HSV(B) 355.64º 0.29% 0.74% -
XYZ 33.64 29.27 27.54 -
YUV 149.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 188 133 137 0 0.29 0.27 0.26 355.64 0.29 0.63
Hex BC 85 89 0 1D 1B 1A 164 1D 3F
Octal 274 205 211 0 35 33 32 544 35 77
Binary 10111100 10000101 10001001 0 11101 11011 11010 101100100 11101 111111

Color Harmonies of #BC8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8589

Black with #BC8589

Text Example


Text Example

White with #BC8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8589; }

 p { color: rgb(188,133,137); }

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

background-color css

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

 a { background-color: rgb(188,133,137); }

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

border-color css

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

 span { border-color: rgb(188,133,137); }

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