Html Css Color HEX #BF7F98 Puce

📋 copy color: '#BF7F98'

red 191 ◦ green 127 ◦ blue 152

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

Shades of Puce #BF7F98

Tints of Puce #BF7F98

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 152 (59.77% from 255) = 32.34%

R = 40.64%
G = 27.02%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF7F98 (or 0xBF7F98) is known color: Puce. HEX triplet: BF, 7F and 98. RGB value is (191,127,152). Sum of RGB (Red+Green+Blue) = 191+127+152=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F98 is #408067. Grayscale: #949494. Windows color (decimal): -4227176 or 9994175. OLE color: 9994175.

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

Color convert

RGB 191 127 152 -
CMYK 0 0.34 0.20 0.25
HSL 336.56º 0.33% 0.62% -
HSV(B) 336.56º 0.34% 0.75% -
XYZ 34.74 28.52 33.38 -
YUV 148.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 191 127 152 0 0.34 0.20 0.25 336.56 0.33 0.62
Hex BF 7F 98 0 22 14 19 151 21 3E
Octal 277 177 230 0 42 24 31 521 41 76
Binary 10111111 1111111 10011000 0 100010 10100 11001 101010001 100001 111110

Color Harmonies of #BF7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F98

Black with #BF7F98

Text Example


Text Example

White with #BF7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F98; }

 p { color: rgb(191,127,152); }

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

background-color css

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

 a { background-color: rgb(191,127,152); }

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

border-color css

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

 span { border-color: rgb(191,127,152); }

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