Html Css Color HEX #BC858A Puce

📋 copy color: '#BC858A'

red 188 ◦ green 133 ◦ blue 138

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

Shades of Puce #BC858A

Tints of Puce #BC858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 40.96%
G = 28.98%
B = 30.07%

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

#BC858A (or 0xBC858A) is known color: Puce. HEX triplet: BC, 85 and 8A. RGB value is (188,133,138). Sum of RGB (Red+Green+Blue) = 188+133+138=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858A is #437A75. Grayscale: #969696. Windows color (decimal): -4422262 or 9078204. OLE color: 9078204.

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

Color convert

RGB 188 133 138 -
CMYK 0 0.29 0.27 0.26
HSL 354.55º 0.29% 0.63% -
HSV(B) 354.55º 0.29% 0.74% -
XYZ 33.71 29.3 27.92 -
YUV 150.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 188 133 138 0 0.29 0.27 0.26 354.55 0.29 0.63
Hex BC 85 8A 0 1D 1B 1A 163 1D 3F
Octal 274 205 212 0 35 33 32 543 35 77
Binary 10111100 10000101 10001010 0 11101 11011 11010 101100011 11101 111111

Color Harmonies of #BC858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC858A

Black with #BC858A

Text Example


Text Example

White with #BC858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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