Html Css Color HEX #BF8594 Puce

📋 copy color: '#BF8594'

red 191 ◦ green 133 ◦ blue 148

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

Shades of Puce #BF8594

Tints of Puce #BF8594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 40.47%
G = 28.18%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF8594 (or 0xBF8594) is known color: Puce. HEX triplet: BF, 85 and 94. RGB value is (191,133,148). Sum of RGB (Red+Green+Blue) = 191+133+148=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8594 is #407A6B. Grayscale: #989898. Windows color (decimal): -4225644 or 9733567. OLE color: 9733567.

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

Color convert

RGB 191 133 148 -
CMYK 0 0.30 0.23 0.25
HSL 344.48º 0.31% 0.64% -
HSV(B) 344.48º 0.3% 0.75% -
XYZ 35.22 29.99 31.95 -
YUV 152.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 191 133 148 0 0.30 0.23 0.25 344.48 0.31 0.64
Hex BF 85 94 0 1E 17 19 158 1F 40
Octal 277 205 224 0 36 27 31 530 37 100
Binary 10111111 10000101 10010100 0 11110 10111 11001 101011000 11111 1000000

Color Harmonies of #BF8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8594

Black with #BF8594

Text Example


Text Example

White with #BF8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8594; }

 p { color: rgb(191,133,148); }

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

background-color css

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

 a { background-color: rgb(191,133,148); }

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

border-color css

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

 span { border-color: rgb(191,133,148); }

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