Html Css Color HEX #BF898D Puce

📋 copy color: '#BF898D'

red 191 ◦ green 137 ◦ blue 141

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

Shades of Puce #BF898D

Tints of Puce #BF898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.21%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 40.72%
G = 29.21%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF898D (or 0xBF898D) is known color: Puce. HEX triplet: BF, 89 and 8D. RGB value is (191,137,141). Sum of RGB (Red+Green+Blue) = 191+137+141=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898D is #407672. Grayscale: #999999. Windows color (decimal): -4224627 or 9275839. OLE color: 9275839.

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

Color convert

RGB 191 137 141 -
CMYK 0 0.28 0.26 0.25
HSL 355.56º 0.3% 0.64% -
HSV(B) 355.56º 0.28% 0.75% -
XYZ 35.24 30.89 29.3 -
YUV 153.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 191 137 141 0 0.28 0.26 0.25 355.56 0.3 0.64
Hex BF 89 8D 0 1C 1A 19 164 1E 40
Octal 277 211 215 0 34 32 31 544 36 100
Binary 10111111 10001001 10001101 0 11100 11010 11001 101100100 11110 1000000

Color Harmonies of #BF898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF898D

Black with #BF898D

Text Example


Text Example

White with #BF898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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