Html Css Color HEX #BF8692 Puce

📋 copy color: '#BF8692'

red 191 ◦ green 134 ◦ blue 146

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

Shades of Puce #BF8692

Tints of Puce #BF8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 40.55%
G = 28.45%
B = 31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF8692 (or 0xBF8692) is known color: Puce. HEX triplet: BF, 86 and 92. RGB value is (191,134,146). Sum of RGB (Red+Green+Blue) = 191+134+146=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8692 is #40796D. Grayscale: #989898. Windows color (decimal): -4225390 or 9602751. OLE color: 9602751.

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

Color convert

RGB 191 134 146 -
CMYK 0 0.30 0.24 0.25
HSL 347.37º 0.31% 0.64% -
HSV(B) 347.37º 0.3% 0.75% -
XYZ 35.2 30.2 31.17 -
YUV 152.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 191 134 146 0 0.30 0.24 0.25 347.37 0.31 0.64
Hex BF 86 92 0 1E 18 19 15B 1F 40
Octal 277 206 222 0 36 30 31 533 37 100
Binary 10111111 10000110 10010010 0 11110 11000 11001 101011011 11111 1000000

Color Harmonies of #BF8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8692

Black with #BF8692

Text Example


Text Example

White with #BF8692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8692; }

 p { color: rgb(191,134,146); }

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

background-color css

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

 a { background-color: rgb(191,134,146); }

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

border-color css

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

 span { border-color: rgb(191,134,146); }

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