Html Css Color HEX #BF858D Puce

📋 copy color: '#BF858D'

red 191 ◦ green 133 ◦ blue 141

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

Shades of Puce #BF858D

Tints of Puce #BF858D

RGB

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

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

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

R = 41.08%
G = 28.6%
B = 30.32%

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

#BF858D (or 0xBF858D) is known color: Puce. HEX triplet: BF, 85 and 8D. RGB value is (191,133,141). Sum of RGB (Red+Green+Blue) = 191+133+141=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858D is #407A72. Grayscale: #979797. Windows color (decimal): -4225651 or 9274815. OLE color: 9274815.

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

Color convert

RGB 191 133 141 -
CMYK 0 0.30 0.26 0.25
HSL 351.72º 0.31% 0.64% -
HSV(B) 351.72º 0.3% 0.75% -
XYZ 34.68 29.77 29.12 -
YUV 151.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 191 133 141 0 0.30 0.26 0.25 351.72 0.31 0.64
Hex BF 85 8D 0 1E 1A 19 160 1F 40
Octal 277 205 215 0 36 32 31 540 37 100
Binary 10111111 10000101 10001101 0 11110 11010 11001 101100000 11111 1000000

Color Harmonies of #BF858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF858D

Black with #BF858D

Text Example


Text Example

White with #BF858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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