Html Css Color HEX #BF828E Puce

📋 copy color: '#BF828E'

red 191 ◦ green 130 ◦ blue 142

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

Shades of Puce #BF828E

Tints of Puce #BF828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 41.25%
G = 28.08%
B = 30.67%

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

#BF828E (or 0xBF828E) is known color: Puce. HEX triplet: BF, 82 and 8E. RGB value is (191,130,142). Sum of RGB (Red+Green+Blue) = 191+130+142=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF828E is #407D71. Grayscale: #959595. Windows color (decimal): -4226418 or 9339583. OLE color: 9339583.

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

Color convert

RGB 191 130 142 -
CMYK 0 0.32 0.26 0.25
HSL 348.2º 0.32% 0.63% -
HSV(B) 348.2º 0.32% 0.75% -
XYZ 34.35 28.99 29.38 -
YUV 149.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 191 130 142 0 0.32 0.26 0.25 348.2 0.32 0.63
Hex BF 82 8E 0 20 1A 19 15C 20 3F
Octal 277 202 216 0 40 32 31 534 40 77
Binary 10111111 10000010 10001110 0 100000 11010 11001 101011100 100000 111111

Color Harmonies of #BF828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF828E

Black with #BF828E

Text Example


Text Example

White with #BF828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF828E; }

 p { color: rgb(191,130,142); }

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

background-color css

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

 a { background-color: rgb(191,130,142); }

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

border-color css

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

 span { border-color: rgb(191,130,142); }

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