Html Css Color HEX #BF8393 Puce

📋 copy color: '#BF8393'

red 191 ◦ green 131 ◦ blue 147

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

Shades of Puce #BF8393

Tints of Puce #BF8393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 40.72%
G = 27.93%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF8393 (or 0xBF8393) is known color: Puce. HEX triplet: BF, 83 and 93. RGB value is (191,131,147). Sum of RGB (Red+Green+Blue) = 191+131+147=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8393 is #407C6C. Grayscale: #969696. Windows color (decimal): -4226157 or 9667519. OLE color: 9667519.

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

Color convert

RGB 191 131 147 -
CMYK 0 0.31 0.23 0.25
HSL 344º 0.32% 0.63% -
HSV(B) 344º 0.31% 0.75% -
XYZ 34.87 29.42 31.44 -
YUV 150.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 191 131 147 0 0.31 0.23 0.25 344 0.32 0.63
Hex BF 83 93 0 1F 17 19 158 20 3F
Octal 277 203 223 0 37 27 31 530 40 77
Binary 10111111 10000011 10010011 0 11111 10111 11001 101011000 100000 111111

Color Harmonies of #BF8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8393

Black with #BF8393

Text Example


Text Example

White with #BF8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8393; }

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

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

background-color css

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

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

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

border-color css

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

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

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