Html Css Color HEX #BF8294 Puce

📋 copy color: '#BF8294'

red 191 ◦ green 130 ◦ blue 148

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

Shades of Puce #BF8294

Tints of Puce #BF8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 40.72%
G = 27.72%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF8294 (or 0xBF8294) is known color: Puce. HEX triplet: BF, 82 and 94. RGB value is (191,130,148). Sum of RGB (Red+Green+Blue) = 191+130+148=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8294 is #407D6B. Grayscale: #969696. Windows color (decimal): -4226412 or 9732799. OLE color: 9732799.

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

Color convert

RGB 191 130 148 -
CMYK 0 0.32 0.23 0.25
HSL 342.3º 0.32% 0.63% -
HSV(B) 342.3º 0.32% 0.75% -
XYZ 34.81 29.18 31.81 -
YUV 150.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 191 130 148 0 0.32 0.23 0.25 342.3 0.32 0.63
Hex BF 82 94 0 20 17 19 156 20 3F
Octal 277 202 224 0 40 27 31 526 40 77
Binary 10111111 10000010 10010100 0 100000 10111 11001 101010110 100000 111111

Color Harmonies of #BF8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8294

Black with #BF8294

Text Example


Text Example

White with #BF8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8294; }

 p { color: rgb(191,130,148); }

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

background-color css

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

 a { background-color: rgb(191,130,148); }

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

border-color css

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

 span { border-color: rgb(191,130,148); }

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