Html Css Color HEX #BF848A Puce

📋 copy color: '#BF848A'

red 191 ◦ green 132 ◦ blue 138

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

Shades of Puce #BF848A

Tints of Puce #BF848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

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

R = 41.43%
G = 28.63%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF848A (or 0xBF848A) is known color: Puce. HEX triplet: BF, 84 and 8A. RGB value is (191,132,138). Sum of RGB (Red+Green+Blue) = 191+132+138=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF848A is #407B75. Grayscale: #969696. Windows color (decimal): -4225910 or 9077951. OLE color: 9077951.

HSL color Cylindrical-coordinate representation of color #BF848A: hue angle of 353.9º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF848A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 138 -
CMYK 0 0.31 0.28 0.25
HSL 353.9º 0.32% 0.63% -
HSV(B) 353.9º 0.31% 0.75% -
XYZ 34.32 29.41 27.91 -
YUV 150.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 191 132 138 0 0.31 0.28 0.25 353.9 0.32 0.63
Hex BF 84 8A 0 1F 1C 19 162 20 3F
Octal 277 204 212 0 37 34 31 542 40 77
Binary 10111111 10000100 10001010 0 11111 11100 11001 101100010 100000 111111

Color Harmonies of #BF848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF848A

Black with #BF848A

Text Example


Text Example

White with #BF848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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