Html Css Color HEX #BF8292 Puce

📋 copy color: '#BF8292'

red 191 ◦ green 130 ◦ blue 146

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

Shades of Puce #BF8292

Tints of Puce #BF8292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 40.9%
G = 27.84%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF8292 (or 0xBF8292) is known color: Puce. HEX triplet: BF, 82 and 92. RGB value is (191,130,146). Sum of RGB (Red+Green+Blue) = 191+130+146=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8292 is #407D6D. Grayscale: #969696. Windows color (decimal): -4226414 or 9601727. OLE color: 9601727.

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

Color convert

RGB 191 130 146 -
CMYK 0 0.32 0.24 0.25
HSL 344.26º 0.32% 0.63% -
HSV(B) 344.26º 0.32% 0.75% -
XYZ 34.66 29.12 30.99 -
YUV 150.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 191 130 146 0 0.32 0.24 0.25 344.26 0.32 0.63
Hex BF 82 92 0 20 18 19 158 20 3F
Octal 277 202 222 0 40 30 31 530 40 77
Binary 10111111 10000010 10010010 0 100000 11000 11001 101011000 100000 111111

Color Harmonies of #BF8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8292

Black with #BF8292

Text Example


Text Example

White with #BF8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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