Html Css Color HEX #BF818D Puce

📋 copy color: '#BF818D'

red 191 ◦ green 129 ◦ blue 141

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

Shades of Puce #BF818D

Tints of Puce #BF818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 41.43%
G = 27.98%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF818D (or 0xBF818D) is known color: Puce. HEX triplet: BF, 81 and 8D. RGB value is (191,129,141). Sum of RGB (Red+Green+Blue) = 191+129+141=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF818D is #407E72. Grayscale: #949494. Windows color (decimal): -4226675 or 9273791. OLE color: 9273791.

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

Color convert

RGB 191 129 141 -
CMYK 0 0.32 0.26 0.25
HSL 348.39º 0.33% 0.63% -
HSV(B) 348.39º 0.32% 0.75% -
XYZ 34.14 28.7 28.94 -
YUV 148.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 191 129 141 0 0.32 0.26 0.25 348.39 0.33 0.63
Hex BF 81 8D 0 20 1A 19 15C 21 3F
Octal 277 201 215 0 40 32 31 534 41 77
Binary 10111111 10000001 10001101 0 100000 11010 11001 101011100 100001 111111

Color Harmonies of #BF818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF818D

Black with #BF818D

Text Example


Text Example

White with #BF818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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