Html Css Color HEX #BF8090 Puce

📋 copy color: '#BF8090'

red 191 ◦ green 128 ◦ blue 144

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

Shades of Puce #BF8090

Tints of Puce #BF8090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 41.25%
G = 27.65%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF8090 (or 0xBF8090) is known color: Puce. HEX triplet: BF, 80 and 90. RGB value is (191,128,144). Sum of RGB (Red+Green+Blue) = 191+128+144=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8090 is #407F6F. Grayscale: #949494. Windows color (decimal): -4226928 or 9470143. OLE color: 9470143.

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

Color convert

RGB 191 128 144 -
CMYK 0 0.33 0.25 0.25
HSL 344.76º 0.33% 0.63% -
HSV(B) 344.76º 0.33% 0.75% -
XYZ 34.24 28.53 30.09 -
YUV 148.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 191 128 144 0 0.33 0.25 0.25 344.76 0.33 0.63
Hex BF 80 90 0 21 19 19 159 21 3F
Octal 277 200 220 0 41 31 31 531 41 77
Binary 10111111 10000000 10010000 0 100001 11001 11001 101011001 100001 111111

Color Harmonies of #BF8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8090

Black with #BF8090

Text Example


Text Example

White with #BF8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8090; }

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

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

background-color css

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

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

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

border-color css

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

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

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