Html Css Color HEX #BF8595 Puce

📋 copy color: '#BF8595'

red 191 ◦ green 133 ◦ blue 149

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

Shades of Puce #BF8595

Tints of Puce #BF8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 40.38%
G = 28.12%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF8595 (or 0xBF8595) is known color: Puce. HEX triplet: BF, 85 and 95. RGB value is (191,133,149). Sum of RGB (Red+Green+Blue) = 191+133+149=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8595 is #407A6A. Grayscale: #989898. Windows color (decimal): -4225643 or 9799103. OLE color: 9799103.

HSL color Cylindrical-coordinate representation of color #BF8595: hue angle of 343.45º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8595 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 149 -
CMYK 0 0.30 0.22 0.25
HSL 343.45º 0.31% 0.64% -
HSV(B) 343.45º 0.3% 0.75% -
XYZ 35.3 30.02 32.37 -
YUV 152.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 191 133 149 0 0.30 0.22 0.25 343.45 0.31 0.64
Hex BF 85 95 0 1E 16 19 157 1F 40
Octal 277 205 225 0 36 26 31 527 37 100
Binary 10111111 10000101 10010101 0 11110 10110 11001 101010111 11111 1000000

Color Harmonies of #BF8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8595

Black with #BF8595

Text Example


Text Example

White with #BF8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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