Html Css Color HEX #BC5741 Flame Pea

📋 copy color: '#BC5741'

red 188 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #BC5741

Tints of Flame Pea #BC5741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 55.29%
G = 25.59%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC5741 (or 0xBC5741) is known color: Flame Pea. HEX triplet: BC, 57 and 41. RGB value is (188,87,65). Sum of RGB (Red+Green+Blue) = 188+87+65=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5741 is #43A8BE. Grayscale: #727272. Windows color (decimal): -4434111 or 4282300. OLE color: 4282300.

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

Color convert

RGB 188 87 65 -
CMYK 0 0.54 0.65 0.26
HSL 10.73º 0.49% 0.5% -
HSV(B) 10.73º 0.65% 0.74% -
XYZ 25.1 17.89 7.13 -
YUV 114.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 188 87 65 0 0.54 0.65 0.26 10.73 0.49 0.5
Hex BC 57 41 0 36 41 1A B 31 32
Octal 274 127 101 0 66 101 32 13 61 62
Binary 10111100 1010111 1000001 0 110110 1000001 11010 1011 110001 110010

Color Harmonies of #BC5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5741

Black with #BC5741

Text Example


Text Example

White with #BC5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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