Html Css Color HEX #BF818C Puce

📋 copy color: '#BF818C'

red 191 ◦ green 129 ◦ blue 140

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

Shades of Puce #BF818C

Tints of Puce #BF818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 41.52%
G = 28.04%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF818C (or 0xBF818C) is known color: Puce. HEX triplet: BF, 81 and 8C. RGB value is (191,129,140). Sum of RGB (Red+Green+Blue) = 191+129+140=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF818C is #407E73. Grayscale: #949494. Windows color (decimal): -4226676 or 9208255. OLE color: 9208255.

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

Color convert

RGB 191 129 140 -
CMYK 0 0.32 0.27 0.25
HSL 349.35º 0.33% 0.63% -
HSV(B) 349.35º 0.32% 0.75% -
XYZ 34.07 28.67 28.55 -
YUV 148.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 191 129 140 0 0.32 0.27 0.25 349.35 0.33 0.63
Hex BF 81 8C 0 20 1B 19 15D 21 3F
Octal 277 201 214 0 40 33 31 535 41 77
Binary 10111111 10000001 10001100 0 100000 11011 11001 101011101 100001 111111

Color Harmonies of #BF818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF818C

Black with #BF818C

Text Example


Text Example

White with #BF818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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