Html Css Color HEX #BF8890 Puce

📋 copy color: '#BF8890'

red 191 ◦ green 136 ◦ blue 144

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

Shades of Puce #BF8890

Tints of Puce #BF8890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 40.55%
G = 28.87%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF8890 (or 0xBF8890) is known color: Puce. HEX triplet: BF, 88 and 90. RGB value is (191,136,144). Sum of RGB (Red+Green+Blue) = 191+136+144=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8890 is #40776F. Grayscale: #999999. Windows color (decimal): -4224880 or 9472191. OLE color: 9472191.

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

Color convert

RGB 191 136 144 -
CMYK 0 0.29 0.25 0.25
HSL 351.27º 0.3% 0.64% -
HSV(B) 351.27º 0.29% 0.75% -
XYZ 35.32 30.7 30.45 -
YUV 153.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 191 136 144 0 0.29 0.25 0.25 351.27 0.3 0.64
Hex BF 88 90 0 1D 19 19 15F 1E 40
Octal 277 210 220 0 35 31 31 537 36 100
Binary 10111111 10001000 10010000 0 11101 11001 11001 101011111 11110 1000000

Color Harmonies of #BF8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8890

Black with #BF8890

Text Example


Text Example

White with #BF8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8890; }

 p { color: rgb(191,136,144); }

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

background-color css

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

 a { background-color: rgb(191,136,144); }

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

border-color css

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

 span { border-color: rgb(191,136,144); }

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