Html Css Color HEX #BF7F9A Puce

📋 copy color: '#BF7F9A'

red 191 ◦ green 127 ◦ blue 154

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

Shades of Puce #BF7F9A

Tints of Puce #BF7F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 40.47%
G = 26.91%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF7F9A (or 0xBF7F9A) is known color: Puce. HEX triplet: BF, 7F and 9A. RGB value is (191,127,154). Sum of RGB (Red+Green+Blue) = 191+127+154=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F9A is #408065. Grayscale: #959595. Windows color (decimal): -4227174 or 10125247. OLE color: 10125247.

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

Color convert

RGB 191 127 154 -
CMYK 0 0.34 0.19 0.25
HSL 334.69º 0.33% 0.62% -
HSV(B) 334.69º 0.34% 0.75% -
XYZ 34.91 28.59 34.25 -
YUV 149.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 191 127 154 0 0.34 0.19 0.25 334.69 0.33 0.62
Hex BF 7F 9A 0 22 13 19 14F 21 3E
Octal 277 177 232 0 42 23 31 517 41 76
Binary 10111111 1111111 10011010 0 100010 10011 11001 101001111 100001 111110

Color Harmonies of #BF7F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F9A

Black with #BF7F9A

Text Example


Text Example

White with #BF7F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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