Html Css Color HEX #BF878A Puce

📋 copy color: '#BF878A'

red 191 ◦ green 135 ◦ blue 138

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

Shades of Puce #BF878A

Tints of Puce #BF878A

RGB

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

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

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

R = 41.16%
G = 29.09%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF878A (or 0xBF878A) is known color: Puce. HEX triplet: BF, 87 and 8A. RGB value is (191,135,138). Sum of RGB (Red+Green+Blue) = 191+135+138=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878A is #407875. Grayscale: #989898. Windows color (decimal): -4225142 or 9078719. OLE color: 9078719.

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

Color convert

RGB 191 135 138 -
CMYK 0 0.29 0.28 0.25
HSL 356.79º 0.3% 0.64% -
HSV(B) 356.79º 0.29% 0.75% -
XYZ 34.74 30.24 28.05 -
YUV 152.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 191 135 138 0 0.29 0.28 0.25 356.79 0.3 0.64
Hex BF 87 8A 0 1D 1C 19 165 1E 40
Octal 277 207 212 0 35 34 31 545 36 100
Binary 10111111 10000111 10001010 0 11101 11100 11001 101100101 11110 1000000

Color Harmonies of #BF878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF878A

Black with #BF878A

Text Example


Text Example

White with #BF878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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