Html Css Color HEX #BF8589 Puce

📋 copy color: '#BF8589'

red 191 ◦ green 133 ◦ blue 137

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

Shades of Puce #BF8589

Tints of Puce #BF8589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 41.43%
G = 28.85%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF8589 (or 0xBF8589) is known color: Puce. HEX triplet: BF, 85 and 89. RGB value is (191,133,137). Sum of RGB (Red+Green+Blue) = 191+133+137=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8589 is #407A76. Grayscale: #969696. Windows color (decimal): -4225655 or 9012671. OLE color: 9012671.

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

Color convert

RGB 191 133 137 -
CMYK 0 0.30 0.28 0.25
HSL 355.86º 0.31% 0.64% -
HSV(B) 355.86º 0.3% 0.75% -
XYZ 34.39 29.66 27.58 -
YUV 150.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 191 133 137 0 0.30 0.28 0.25 355.86 0.31 0.64
Hex BF 85 89 0 1E 1C 19 164 1F 40
Octal 277 205 211 0 36 34 31 544 37 100
Binary 10111111 10000101 10001001 0 11110 11100 11001 101100100 11111 1000000

Color Harmonies of #BF8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8589

Black with #BF8589

Text Example


Text Example

White with #BF8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8589; }

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

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

background-color css

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

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

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

border-color css

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

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

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