Html Css Color HEX #BF8396 Puce

📋 copy color: '#BF8396'

red 191 ◦ green 131 ◦ blue 150

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

Shades of Puce #BF8396

Tints of Puce #BF8396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

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

R = 40.47%
G = 27.75%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF8396 (or 0xBF8396) is known color: Puce. HEX triplet: BF, 83 and 96. RGB value is (191,131,150). Sum of RGB (Red+Green+Blue) = 191+131+150=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8396 is #407C69. Grayscale: #979797. Windows color (decimal): -4226154 or 9864127. OLE color: 9864127.

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

Color convert

RGB 191 131 150 -
CMYK 0 0.31 0.21 0.25
HSL 341º 0.32% 0.63% -
HSV(B) 341º 0.31% 0.75% -
XYZ 35.11 29.51 32.7 -
YUV 151.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 191 131 150 0 0.31 0.21 0.25 341 0.32 0.63
Hex BF 83 96 0 1F 15 19 155 20 3F
Octal 277 203 226 0 37 25 31 525 40 77
Binary 10111111 10000011 10010110 0 11111 10101 11001 101010101 100000 111111

Color Harmonies of #BF8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8396

Black with #BF8396

Text Example


Text Example

White with #BF8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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