Html Css Color HEX #BF848D Puce

📋 copy color: '#BF848D'

red 191 ◦ green 132 ◦ blue 141

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

Shades of Puce #BF848D

Tints of Puce #BF848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

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

R = 41.16%
G = 28.45%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF848D (or 0xBF848D) is known color: Puce. HEX triplet: BF, 84 and 8D. RGB value is (191,132,141). Sum of RGB (Red+Green+Blue) = 191+132+141=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF848D is #407B72. Grayscale: #969696. Windows color (decimal): -4225907 or 9274559. OLE color: 9274559.

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

Color convert

RGB 191 132 141 -
CMYK 0 0.31 0.26 0.25
HSL 350.85º 0.32% 0.63% -
HSV(B) 350.85º 0.31% 0.75% -
XYZ 34.54 29.5 29.07 -
YUV 150.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 191 132 141 0 0.31 0.26 0.25 350.85 0.32 0.63
Hex BF 84 8D 0 1F 1A 19 15F 20 3F
Octal 277 204 215 0 37 32 31 537 40 77
Binary 10111111 10000100 10001101 0 11111 11010 11001 101011111 100000 111111

Color Harmonies of #BF848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF848D

Black with #BF848D

Text Example


Text Example

White with #BF848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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