Html Css Color HEX #BF5D48 Flame Pea

📋 copy color: '#BF5D48'

red 191 ◦ green 93 ◦ blue 72

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

Shades of Flame Pea #BF5D48

Tints of Flame Pea #BF5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 53.65%
G = 26.12%
B = 20.22%

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

#BF5D48 (or 0xBF5D48) is known color: Flame Pea. HEX triplet: BF, 5D and 48. RGB value is (191,93,72). Sum of RGB (Red+Green+Blue) = 191+93+72=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D48 is #40A2B7. Grayscale: #787878. Windows color (decimal): -4235960 or 4742591. OLE color: 4742591.

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

Color convert

RGB 191 93 72 -
CMYK 0 0.51 0.62 0.25
HSL 10.59º 0.48% 0.52% -
HSV(B) 10.59º 0.62% 0.75% -
XYZ 26.57 19.37 8.47 -
YUV 119.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 191 93 72 0 0.51 0.62 0.25 10.59 0.48 0.52
Hex BF 5D 48 0 33 3E 19 B 30 34
Octal 277 135 110 0 63 76 31 13 60 64
Binary 10111111 1011101 1001000 0 110011 111110 11001 1011 110000 110100

Color Harmonies of #BF5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D48

Black with #BF5D48

Text Example


Text Example

White with #BF5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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