Html Css Color HEX #BF898E Puce

📋 copy color: '#BF898E'

red 191 ◦ green 137 ◦ blue 142

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

Shades of Puce #BF898E

Tints of Puce #BF898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 40.64%
G = 29.15%
B = 30.21%

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

#BF898E (or 0xBF898E) is known color: Puce. HEX triplet: BF, 89 and 8E. RGB value is (191,137,142). Sum of RGB (Red+Green+Blue) = 191+137+142=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898E is #407671. Grayscale: #999999. Windows color (decimal): -4224626 or 9341375. OLE color: 9341375.

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

Color convert

RGB 191 137 142 -
CMYK 0 0.28 0.26 0.25
HSL 354.44º 0.3% 0.64% -
HSV(B) 354.44º 0.28% 0.75% -
XYZ 35.31 30.92 29.7 -
YUV 153.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 191 137 142 0 0.28 0.26 0.25 354.44 0.3 0.64
Hex BF 89 8E 0 1C 1A 19 162 1E 40
Octal 277 211 216 0 34 32 31 542 36 100
Binary 10111111 10001001 10001110 0 11100 11010 11001 101100010 11110 1000000

Color Harmonies of #BF898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF898E

Black with #BF898E

Text Example


Text Example

White with #BF898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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