Html Css Color HEX #BF8B8E Puce

📋 copy color: '#BF8B8E'

red 191 ◦ green 139 ◦ blue 142

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

Shades of Puce #BF8B8E

Tints of Puce #BF8B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 40.47%
G = 29.45%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF8B8E (or 0xBF8B8E) is known color: Puce. HEX triplet: BF, 8B and 8E. RGB value is (191,139,142). Sum of RGB (Red+Green+Blue) = 191+139+142=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B8E is #407471. Grayscale: #9A9A9A. Windows color (decimal): -4224114 or 9341887. OLE color: 9341887.

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

Color convert

RGB 191 139 142 -
CMYK 0 0.27 0.26 0.25
HSL 356.54º 0.29% 0.65% -
HSV(B) 356.54º 0.27% 0.75% -
XYZ 35.6 31.49 29.79 -
YUV 154.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 191 139 142 0 0.27 0.26 0.25 356.54 0.29 0.65
Hex BF 8B 8E 0 1B 1A 19 165 1D 41
Octal 277 213 216 0 33 32 31 545 35 101
Binary 10111111 10001011 10001110 0 11011 11010 11001 101100101 11101 1000001

Color Harmonies of #BF8B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B8E

Black with #BF8B8E

Text Example


Text Example

White with #BF8B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B8E; }

 p { color: rgb(191,139,142); }

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

background-color css

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

 a { background-color: rgb(191,139,142); }

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

border-color css

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

 span { border-color: rgb(191,139,142); }

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