Html Css Color HEX #BF868A Puce

📋 copy color: '#BF868A'

red 191 ◦ green 134 ◦ blue 138

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

Shades of Puce #BF868A

Tints of Puce #BF868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 41.25%
G = 28.94%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF868A (or 0xBF868A) is known color: Puce. HEX triplet: BF, 86 and 8A. RGB value is (191,134,138). Sum of RGB (Red+Green+Blue) = 191+134+138=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868A is #407975. Grayscale: #979797. Windows color (decimal): -4225398 or 9078463. OLE color: 9078463.

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

Color convert

RGB 191 134 138 -
CMYK 0 0.30 0.28 0.25
HSL 355.79º 0.31% 0.64% -
HSV(B) 355.79º 0.3% 0.75% -
XYZ 34.6 29.96 28 -
YUV 151.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 191 134 138 0 0.30 0.28 0.25 355.79 0.31 0.64
Hex BF 86 8A 0 1E 1C 19 164 1F 40
Octal 277 206 212 0 36 34 31 544 37 100
Binary 10111111 10000110 10001010 0 11110 11100 11001 101100100 11111 1000000

Color Harmonies of #BF868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF868A

Black with #BF868A

Text Example


Text Example

White with #BF868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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