Html Css Color HEX #BF858C Puce

📋 copy color: '#BF858C'

red 191 ◦ green 133 ◦ blue 140

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

Shades of Puce #BF858C

Tints of Puce #BF858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 41.16%
G = 28.66%
B = 30.17%

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

#BF858C (or 0xBF858C) is known color: Puce. HEX triplet: BF, 85 and 8C. RGB value is (191,133,140). Sum of RGB (Red+Green+Blue) = 191+133+140=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858C is #407A73. Grayscale: #979797. Windows color (decimal): -4225652 or 9209279. OLE color: 9209279.

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

Color convert

RGB 191 133 140 -
CMYK 0 0.30 0.27 0.25
HSL 352.76º 0.31% 0.64% -
HSV(B) 352.76º 0.3% 0.75% -
XYZ 34.61 29.74 28.73 -
YUV 151.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 191 133 140 0 0.30 0.27 0.25 352.76 0.31 0.64
Hex BF 85 8C 0 1E 1B 19 161 1F 40
Octal 277 205 214 0 36 33 31 541 37 100
Binary 10111111 10000101 10001100 0 11110 11011 11001 101100001 11111 1000000

Color Harmonies of #BF858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF858C

Black with #BF858C

Text Example


Text Example

White with #BF858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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