Html Css Color HEX #BF7C91 Puce

📋 copy color: '#BF7C91'

red 191 ◦ green 124 ◦ blue 145

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

Shades of Puce #BF7C91

Tints of Puce #BF7C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 41.52%
G = 26.96%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF7C91 (or 0xBF7C91) is known color: Puce. HEX triplet: BF, 7C and 91. RGB value is (191,124,145). Sum of RGB (Red+Green+Blue) = 191+124+145=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C91 is #40836E. Grayscale: #929292. Windows color (decimal): -4227951 or 9534655. OLE color: 9534655.

HSL color Cylindrical-coordinate representation of color #BF7C91: hue angle of 341.19º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7C91 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 145 -
CMYK 0 0.35 0.24 0.25
HSL 341.19º 0.34% 0.62% -
HSV(B) 341.19º 0.35% 0.75% -
XYZ 33.8 27.54 30.32 -
YUV 146.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 191 124 145 0 0.35 0.24 0.25 341.19 0.34 0.62
Hex BF 7C 91 0 23 18 19 155 22 3E
Octal 277 174 221 0 43 30 31 525 42 76
Binary 10111111 1111100 10010001 0 100011 11000 11001 101010101 100010 111110

Color Harmonies of #BF7C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C91

Black with #BF7C91

Text Example


Text Example

White with #BF7C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C91; }

 p { color: rgb(191,124,145); }

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

background-color css

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

 a { background-color: rgb(191,124,145); }

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

border-color css

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

 span { border-color: rgb(191,124,145); }

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