Html Css Color HEX #BF5E48 Flame Pea

📋 copy color: '#BF5E48'

red 191 ◦ green 94 ◦ blue 72

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

Shades of Flame Pea #BF5E48

Tints of Flame Pea #BF5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 53.5%
G = 26.33%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF5E48 (or 0xBF5E48) is known color: Flame Pea. HEX triplet: BF, 5E and 48. RGB value is (191,94,72). Sum of RGB (Red+Green+Blue) = 191+94+72=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E48 is #40A1B7. Grayscale: #787878. Windows color (decimal): -4235704 or 4742847. OLE color: 4742847.

HSL color Cylindrical-coordinate representation of color #BF5E48: hue angle of 11.09º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5E48 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 72 -
CMYK 0 0.51 0.62 0.25
HSL 11.09º 0.48% 0.52% -
HSV(B) 11.09º 0.62% 0.75% -
XYZ 26.66 19.55 8.5 -
YUV 120.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 191 94 72 0 0.51 0.62 0.25 11.09 0.48 0.52
Hex BF 5E 48 0 33 3E 19 B 30 34
Octal 277 136 110 0 63 76 31 13 60 64
Binary 10111111 1011110 1001000 0 110011 111110 11001 1011 110000 110100

Color Harmonies of #BF5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E48

Black with #BF5E48

Text Example


Text Example

White with #BF5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E48; }

 p { color: rgb(191,94,72); }

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

background-color css

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

 a { background-color: rgb(191,94,72); }

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

border-color css

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

 span { border-color: rgb(191,94,72); }

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