Html Css Color HEX #BC5748 Flame Pea

📋 copy color: '#BC5748'

red 188 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #BC5748

Tints of Flame Pea #BC5748

RGB

 RED value IS 188 (73.83% from 255) = 54.18%

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 54.18%
G = 25.07%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC5748 (or 0xBC5748) is known color: Flame Pea. HEX triplet: BC, 57 and 48. RGB value is (188,87,72). Sum of RGB (Red+Green+Blue) = 188+87+72=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5748 is #43A8B7. Grayscale: #737373. Windows color (decimal): -4434104 or 4741052. OLE color: 4741052.

HSL color Cylindrical-coordinate representation of color #BC5748: hue angle of 7.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5748 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 72 -
CMYK 0 0.54 0.62 0.26
HSL 7.76º 0.46% 0.51% -
HSV(B) 7.76º 0.62% 0.74% -
XYZ 25.32 17.98 8.27 -
YUV 115.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 188 87 72 0 0.54 0.62 0.26 7.76 0.46 0.51
Hex BC 57 48 0 36 3E 1A 8 2E 33
Octal 274 127 110 0 66 76 32 10 56 63
Binary 10111100 1010111 1001000 0 110110 111110 11010 1000 101110 110011

Color Harmonies of #BC5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5748

Black with #BC5748

Text Example


Text Example

White with #BC5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5748; }

 p { color: rgb(188,87,72); }

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

background-color css

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

 a { background-color: rgb(188,87,72); }

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

border-color css

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

 span { border-color: rgb(188,87,72); }

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