Html Css Color HEX #BF8092 Puce

📋 copy color: '#BF8092'

red 191 ◦ green 128 ◦ blue 146

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

Shades of Puce #BF8092

Tints of Puce #BF8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

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

R = 41.08%
G = 27.53%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF8092 (or 0xBF8092) is known color: Puce. HEX triplet: BF, 80 and 92. RGB value is (191,128,146). Sum of RGB (Red+Green+Blue) = 191+128+146=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8092 is #407F6D. Grayscale: #949494. Windows color (decimal): -4226926 or 9601215. OLE color: 9601215.

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

Color convert

RGB 191 128 146 -
CMYK 0 0.33 0.24 0.25
HSL 342.86º 0.33% 0.63% -
HSV(B) 342.86º 0.33% 0.75% -
XYZ 34.39 28.59 30.9 -
YUV 148.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 191 128 146 0 0.33 0.24 0.25 342.86 0.33 0.63
Hex BF 80 92 0 21 18 19 157 21 3F
Octal 277 200 222 0 41 30 31 527 41 77
Binary 10111111 10000000 10010010 0 100001 11000 11001 101010111 100001 111111

Color Harmonies of #BF8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8092

Black with #BF8092

Text Example


Text Example

White with #BF8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8092; }

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

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

background-color css

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

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

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

border-color css

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

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

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