Html Css Color HEX #BF838D Puce

📋 copy color: '#BF838D'

red 191 ◦ green 131 ◦ blue 141

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

Shades of Puce #BF838D

Tints of Puce #BF838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 41.25%
G = 28.29%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF838D (or 0xBF838D) is known color: Puce. HEX triplet: BF, 83 and 8D. RGB value is (191,131,141). Sum of RGB (Red+Green+Blue) = 191+131+141=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF838D is #407C72. Grayscale: #969696. Windows color (decimal): -4226163 or 9274303. OLE color: 9274303.

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

Color convert

RGB 191 131 141 -
CMYK 0 0.31 0.26 0.25
HSL 350º 0.32% 0.63% -
HSV(B) 350º 0.31% 0.75% -
XYZ 34.41 29.23 29.03 -
YUV 150.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 191 131 141 0 0.31 0.26 0.25 350 0.32 0.63
Hex BF 83 8D 0 1F 1A 19 15E 20 3F
Octal 277 203 215 0 37 32 31 536 40 77
Binary 10111111 10000011 10001101 0 11111 11010 11001 101011110 100000 111111

Color Harmonies of #BF838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF838D

Black with #BF838D

Text Example


Text Example

White with #BF838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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