Html Css Color HEX #BF878D Puce

📋 copy color: '#BF878D'

red 191 ◦ green 135 ◦ blue 141

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

Shades of Puce #BF878D

Tints of Puce #BF878D

RGB

 RED value IS 191 (75% from 255) = 40.9%

 GREEN value IS 135 (53.13% from 255) = 28.91%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 40.9%
G = 28.91%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF878D (or 0xBF878D) is known color: Puce. HEX triplet: BF, 87 and 8D. RGB value is (191,135,141). Sum of RGB (Red+Green+Blue) = 191+135+141=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878D is #407872. Grayscale: #989898. Windows color (decimal): -4225139 or 9275327. OLE color: 9275327.

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

Color convert

RGB 191 135 141 -
CMYK 0 0.29 0.26 0.25
HSL 353.57º 0.3% 0.64% -
HSV(B) 353.57º 0.29% 0.75% -
XYZ 34.96 30.33 29.21 -
YUV 152.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 191 135 141 0 0.29 0.26 0.25 353.57 0.3 0.64
Hex BF 87 8D 0 1D 1A 19 162 1E 40
Octal 277 207 215 0 35 32 31 542 36 100
Binary 10111111 10000111 10001101 0 11101 11010 11001 101100010 11110 1000000

Color Harmonies of #BF878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF878D

Black with #BF878D

Text Example


Text Example

White with #BF878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF878D; }

 p { color: rgb(191,135,141); }

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

background-color css

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

 a { background-color: rgb(191,135,141); }

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

border-color css

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

 span { border-color: rgb(191,135,141); }

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