Html Css Color HEX #BF878E Puce

📋 copy color: '#BF878E'

red 191 ◦ green 135 ◦ blue 142

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

Shades of Puce #BF878E

Tints of Puce #BF878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 40.81%
G = 28.85%
B = 30.34%

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

#BF878E (or 0xBF878E) is known color: Puce. HEX triplet: BF, 87 and 8E. RGB value is (191,135,142). Sum of RGB (Red+Green+Blue) = 191+135+142=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878E is #407871. Grayscale: #989898. Windows color (decimal): -4225138 or 9340863. OLE color: 9340863.

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

Color convert

RGB 191 135 142 -
CMYK 0 0.29 0.26 0.25
HSL 352.5º 0.3% 0.64% -
HSV(B) 352.5º 0.29% 0.75% -
XYZ 35.03 30.36 29.6 -
YUV 152.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 191 135 142 0 0.29 0.26 0.25 352.5 0.3 0.64
Hex BF 87 8E 0 1D 1A 19 160 1E 40
Octal 277 207 216 0 35 32 31 540 36 100
Binary 10111111 10000111 10001110 0 11101 11010 11001 101100000 11110 1000000

Color Harmonies of #BF878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF878E

Black with #BF878E

Text Example


Text Example

White with #BF878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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