Html Css Color HEX #BC848B Puce

📋 copy color: '#BC848B'

red 188 ◦ green 132 ◦ blue 139

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

Shades of Puce #BC848B

Tints of Puce #BC848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 40.96%
G = 28.76%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC848B (or 0xBC848B) is known color: Puce. HEX triplet: BC, 84 and 8B. RGB value is (188,132,139). Sum of RGB (Red+Green+Blue) = 188+132+139=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848B is #437B74. Grayscale: #959595. Windows color (decimal): -4422517 or 9143484. OLE color: 9143484.

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

Color convert

RGB 188 132 139 -
CMYK 0 0.30 0.26 0.26
HSL 352.5º 0.29% 0.63% -
HSV(B) 352.5º 0.3% 0.74% -
XYZ 33.65 29.06 28.26 -
YUV 149.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 188 132 139 0 0.30 0.26 0.26 352.5 0.29 0.63
Hex BC 84 8B 0 1E 1A 1A 160 1D 3F
Octal 274 204 213 0 36 32 32 540 35 77
Binary 10111100 10000100 10001011 0 11110 11010 11010 101100000 11101 111111

Color Harmonies of #BC848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC848B

Black with #BC848B

Text Example


Text Example

White with #BC848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC848B; }

 p { color: rgb(188,132,139); }

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

background-color css

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

 a { background-color: rgb(188,132,139); }

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

border-color css

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

 span { border-color: rgb(188,132,139); }

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