Html Css Color HEX #BF8096 Puce

📋 copy color: '#BF8096'

red 191 ◦ green 128 ◦ blue 150

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

Shades of Puce #BF8096

Tints of Puce #BF8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 40.72%
G = 27.29%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF8096 (or 0xBF8096) is known color: Puce. HEX triplet: BF, 80 and 96. RGB value is (191,128,150). Sum of RGB (Red+Green+Blue) = 191+128+150=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8096 is #407F69. Grayscale: #959595. Windows color (decimal): -4226922 or 9863359. OLE color: 9863359.

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

Color convert

RGB 191 128 150 -
CMYK 0 0.33 0.21 0.25
HSL 339.05º 0.33% 0.63% -
HSV(B) 339.05º 0.33% 0.75% -
XYZ 34.71 28.72 32.57 -
YUV 149.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 191 128 150 0 0.33 0.21 0.25 339.05 0.33 0.63
Hex BF 80 96 0 21 15 19 153 21 3F
Octal 277 200 226 0 41 25 31 523 41 77
Binary 10111111 10000000 10010110 0 100001 10101 11001 101010011 100001 111111

Color Harmonies of #BF8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8096

Black with #BF8096

Text Example


Text Example

White with #BF8096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8096; }

 p { color: rgb(191,128,150); }

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

background-color css

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

 a { background-color: rgb(191,128,150); }

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

border-color css

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

 span { border-color: rgb(191,128,150); }

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