Html Css Color HEX #BF808D Puce

📋 copy color: '#BF808D'

red 191 ◦ green 128 ◦ blue 141

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

Shades of Puce #BF808D

Tints of Puce #BF808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 41.52%
G = 27.83%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF808D (or 0xBF808D) is known color: Puce. HEX triplet: BF, 80 and 8D. RGB value is (191,128,141). Sum of RGB (Red+Green+Blue) = 191+128+141=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF808D is #407F72. Grayscale: #949494. Windows color (decimal): -4226931 or 9273535. OLE color: 9273535.

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

Color convert

RGB 191 128 141 -
CMYK 0 0.33 0.26 0.25
HSL 347.62º 0.33% 0.63% -
HSV(B) 347.62º 0.33% 0.75% -
XYZ 34.01 28.44 28.9 -
YUV 148.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 191 128 141 0 0.33 0.26 0.25 347.62 0.33 0.63
Hex BF 80 8D 0 21 1A 19 15C 21 3F
Octal 277 200 215 0 41 32 31 534 41 77
Binary 10111111 10000000 10001101 0 100001 11010 11001 101011100 100001 111111

Color Harmonies of #BF808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF808D

Black with #BF808D

Text Example


Text Example

White with #BF808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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