Html Css Color HEX #BF8587 Puce

📋 copy color: '#BF8587'

red 191 ◦ green 133 ◦ blue 135

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

Shades of Puce #BF8587

Tints of Puce #BF8587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 41.61%
G = 28.98%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8587 (or 0xBF8587) is known color: Puce. HEX triplet: BF, 85 and 87. RGB value is (191,133,135). Sum of RGB (Red+Green+Blue) = 191+133+135=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8587 is #407A78. Grayscale: #969696. Windows color (decimal): -4225657 or 8881599. OLE color: 8881599.

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

Color convert

RGB 191 133 135 -
CMYK 0 0.30 0.29 0.25
HSL 357.93º 0.31% 0.64% -
HSV(B) 357.93º 0.3% 0.75% -
XYZ 34.25 29.6 26.83 -
YUV 150.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 191 133 135 0 0.30 0.29 0.25 357.93 0.31 0.64
Hex BF 85 87 0 1E 1D 19 166 1F 40
Octal 277 205 207 0 36 35 31 546 37 100
Binary 10111111 10000101 10000111 0 11110 11101 11001 101100110 11111 1000000

Color Harmonies of #BF8587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8587

Black with #BF8587

Text Example


Text Example

White with #BF8587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8587; }

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

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

background-color css

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

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

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

border-color css

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

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

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