Html Css Color HEX #BF898C Puce

📋 copy color: '#BF898C'

red 191 ◦ green 137 ◦ blue 140

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

Shades of Puce #BF898C

Tints of Puce #BF898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 40.81%
G = 29.27%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF898C (or 0xBF898C) is known color: Puce. HEX triplet: BF, 89 and 8C. RGB value is (191,137,140). Sum of RGB (Red+Green+Blue) = 191+137+140=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898C is #407673. Grayscale: #999999. Windows color (decimal): -4224628 or 9210303. OLE color: 9210303.

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

Color convert

RGB 191 137 140 -
CMYK 0 0.28 0.27 0.25
HSL 356.67º 0.3% 0.64% -
HSV(B) 356.67º 0.28% 0.75% -
XYZ 35.17 30.86 28.91 -
YUV 153.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 191 137 140 0 0.28 0.27 0.25 356.67 0.3 0.64
Hex BF 89 8C 0 1C 1B 19 165 1E 40
Octal 277 211 214 0 34 33 31 545 36 100
Binary 10111111 10001001 10001100 0 11100 11011 11001 101100101 11110 1000000

Color Harmonies of #BF898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF898C

Black with #BF898C

Text Example


Text Example

White with #BF898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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