Html Css Color HEX #BF8A8F Puce

📋 copy color: '#BF8A8F'

red 191 ◦ green 138 ◦ blue 143

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

Shades of Puce #BF8A8F

Tints of Puce #BF8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 40.47%
G = 29.24%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF8A8F (or 0xBF8A8F) is known color: Puce. HEX triplet: BF, 8A and 8F. RGB value is (191,138,143). Sum of RGB (Red+Green+Blue) = 191+138+143=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A8F is #407570. Grayscale: #9A9A9A. Windows color (decimal): -4224369 or 9407167. OLE color: 9407167.

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

Color convert

RGB 191 138 143 -
CMYK 0 0.28 0.25 0.25
HSL 354.34º 0.29% 0.65% -
HSV(B) 354.34º 0.28% 0.75% -
XYZ 35.53 31.24 30.14 -
YUV 154.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 191 138 143 0 0.28 0.25 0.25 354.34 0.29 0.65
Hex BF 8A 8F 0 1C 19 19 162 1D 41
Octal 277 212 217 0 34 31 31 542 35 101
Binary 10111111 10001010 10001111 0 11100 11001 11001 101100010 11101 1000001

Color Harmonies of #BF8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A8F

Black with #BF8A8F

Text Example


Text Example

White with #BF8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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