Html Css Color HEX #BF858B Puce

📋 copy color: '#BF858B'

red 191 ◦ green 133 ◦ blue 139

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

Shades of Puce #BF858B

Tints of Puce #BF858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 41.25%
G = 28.73%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF858B (or 0xBF858B) is known color: Puce. HEX triplet: BF, 85 and 8B. RGB value is (191,133,139). Sum of RGB (Red+Green+Blue) = 191+133+139=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858B is #407A74. Grayscale: #979797. Windows color (decimal): -4225653 or 9143743. OLE color: 9143743.

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

Color convert

RGB 191 133 139 -
CMYK 0 0.30 0.27 0.25
HSL 353.79º 0.31% 0.64% -
HSV(B) 353.79º 0.3% 0.75% -
XYZ 34.53 29.72 28.34 -
YUV 151.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 191 133 139 0 0.30 0.27 0.25 353.79 0.31 0.64
Hex BF 85 8B 0 1E 1B 19 162 1F 40
Octal 277 205 213 0 36 33 31 542 37 100
Binary 10111111 10000101 10001011 0 11110 11011 11001 101100010 11111 1000000

Color Harmonies of #BF858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF858B

Black with #BF858B

Text Example


Text Example

White with #BF858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF858B; }

 p { color: rgb(191,133,139); }

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

background-color css

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

 a { background-color: rgb(191,133,139); }

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

border-color css

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

 span { border-color: rgb(191,133,139); }

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