Html Css Color HEX #BF8387 Puce

📋 copy color: '#BF8387'

red 191 ◦ green 131 ◦ blue 135

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

Shades of Puce #BF8387

Tints of Puce #BF8387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 41.79%
G = 28.67%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8387 (or 0xBF8387) is known color: Puce. HEX triplet: BF, 83 and 87. RGB value is (191,131,135). Sum of RGB (Red+Green+Blue) = 191+131+135=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8387 is #407C78. Grayscale: #959595. Windows color (decimal): -4226169 or 8881087. OLE color: 8881087.

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

Color convert

RGB 191 131 135 -
CMYK 0 0.31 0.29 0.25
HSL 356º 0.32% 0.63% -
HSV(B) 356º 0.31% 0.75% -
XYZ 33.98 29.06 26.74 -
YUV 149.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 191 131 135 0 0.31 0.29 0.25 356 0.32 0.63
Hex BF 83 87 0 1F 1D 19 164 20 3F
Octal 277 203 207 0 37 35 31 544 40 77
Binary 10111111 10000011 10000111 0 11111 11101 11001 101100100 100000 111111

Color Harmonies of #BF8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8387

Black with #BF8387

Text Example


Text Example

White with #BF8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8387; }

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

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

background-color css

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

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

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

border-color css

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

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

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