Html Css Color HEX #BF8395 Puce

📋 copy color: '#BF8395'

red 191 ◦ green 131 ◦ blue 149

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

Shades of Puce #BF8395

Tints of Puce #BF8395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 40.55%
G = 27.81%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF8395 (or 0xBF8395) is known color: Puce. HEX triplet: BF, 83 and 95. RGB value is (191,131,149). Sum of RGB (Red+Green+Blue) = 191+131+149=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8395 is #407C6A. Grayscale: #969696. Windows color (decimal): -4226155 or 9798591. OLE color: 9798591.

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

Color convert

RGB 191 131 149 -
CMYK 0 0.31 0.22 0.25
HSL 342º 0.32% 0.63% -
HSV(B) 342º 0.31% 0.75% -
XYZ 35.03 29.48 32.28 -
YUV 150.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 191 131 149 0 0.31 0.22 0.25 342 0.32 0.63
Hex BF 83 95 0 1F 16 19 156 20 3F
Octal 277 203 225 0 37 26 31 526 40 77
Binary 10111111 10000011 10010101 0 11111 10110 11001 101010110 100000 111111

Color Harmonies of #BF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8395

Black with #BF8395

Text Example


Text Example

White with #BF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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