Html Css Color HEX #BF868E Puce

📋 copy color: '#BF868E'

red 191 ◦ green 134 ◦ blue 142

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

Shades of Puce #BF868E

Tints of Puce #BF868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.69%

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

R = 40.9%
G = 28.69%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF868E (or 0xBF868E) is known color: Puce. HEX triplet: BF, 86 and 8E. RGB value is (191,134,142). Sum of RGB (Red+Green+Blue) = 191+134+142=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868E is #407971. Grayscale: #979797. Windows color (decimal): -4225394 or 9340607. OLE color: 9340607.

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

Color convert

RGB 191 134 142 -
CMYK 0 0.30 0.26 0.25
HSL 351.58º 0.31% 0.64% -
HSV(B) 351.58º 0.3% 0.75% -
XYZ 34.89 30.08 29.56 -
YUV 151.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 191 134 142 0 0.30 0.26 0.25 351.58 0.31 0.64
Hex BF 86 8E 0 1E 1A 19 160 1F 40
Octal 277 206 216 0 36 32 31 540 37 100
Binary 10111111 10000110 10001110 0 11110 11010 11001 101100000 11111 1000000

Color Harmonies of #BF868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF868E

Black with #BF868E

Text Example


Text Example

White with #BF868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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