Html Css Color HEX #BF8093 Puce

📋 copy color: '#BF8093'

red 191 ◦ green 128 ◦ blue 147

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

Shades of Puce #BF8093

Tints of Puce #BF8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 40.99%
G = 27.47%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF8093 (or 0xBF8093) is known color: Puce. HEX triplet: BF, 80 and 93. RGB value is (191,128,147). Sum of RGB (Red+Green+Blue) = 191+128+147=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8093 is #407F6C. Grayscale: #949494. Windows color (decimal): -4226925 or 9666751. OLE color: 9666751.

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

Color convert

RGB 191 128 147 -
CMYK 0 0.33 0.23 0.25
HSL 341.9º 0.33% 0.63% -
HSV(B) 341.9º 0.33% 0.75% -
XYZ 34.47 28.62 31.31 -
YUV 149 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 191 128 147 0 0.33 0.23 0.25 341.9 0.33 0.63
Hex BF 80 93 0 21 17 19 156 21 3F
Octal 277 200 223 0 41 27 31 526 41 77
Binary 10111111 10000000 10010011 0 100001 10111 11001 101010110 100001 111111

Color Harmonies of #BF8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8093

Black with #BF8093

Text Example


Text Example

White with #BF8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8093; }

 p { color: rgb(191,128,147); }

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

background-color css

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

 a { background-color: rgb(191,128,147); }

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

border-color css

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

 span { border-color: rgb(191,128,147); }

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