Html Css Color HEX #BC5D41 Flame Pea

📋 copy color: '#BC5D41'

red 188 ◦ green 93 ◦ blue 65

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

Shades of Flame Pea #BC5D41

Tints of Flame Pea #BC5D41

RGB

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

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

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

R = 54.34%
G = 26.88%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC5D41 (or 0xBC5D41) is known color: Flame Pea. HEX triplet: BC, 5D and 41. RGB value is (188,93,65). Sum of RGB (Red+Green+Blue) = 188+93+65=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D41 is #43A2BE. Grayscale: #767676. Windows color (decimal): -4432575 or 4283836. OLE color: 4283836.

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

Color convert

RGB 188 93 65 -
CMYK 0 0.51 0.65 0.26
HSL 13.66º 0.49% 0.5% -
HSV(B) 13.66º 0.65% 0.74% -
XYZ 25.61 18.9 7.3 -
YUV 118.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 188 93 65 0 0.51 0.65 0.26 13.66 0.49 0.5
Hex BC 5D 41 0 33 41 1A E 31 32
Octal 274 135 101 0 63 101 32 16 61 62
Binary 10111100 1011101 1000001 0 110011 1000001 11010 1110 110001 110010

Color Harmonies of #BC5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D41

Black with #BC5D41

Text Example


Text Example

White with #BC5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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