Html Css Color HEX #BC5D43 Flame Pea

📋 copy color: '#BC5D43'

red 188 ◦ green 93 ◦ blue 67

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

Shades of Flame Pea #BC5D43

Tints of Flame Pea #BC5D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.25%

R = 54.02%
G = 26.72%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5D43 (or 0xBC5D43) is known color: Flame Pea. HEX triplet: BC, 5D and 43. RGB value is (188,93,67). Sum of RGB (Red+Green+Blue) = 188+93+67=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D43 is #43A2BC. Grayscale: #767676. Windows color (decimal): -4432573 or 4414908. OLE color: 4414908.

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

Color convert

RGB 188 93 67 -
CMYK 0 0.51 0.64 0.26
HSL 12.89º 0.47% 0.5% -
HSV(B) 12.89º 0.64% 0.74% -
XYZ 25.67 18.93 7.61 -
YUV 118.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 188 93 67 0 0.51 0.64 0.26 12.89 0.47 0.5
Hex BC 5D 43 0 33 40 1A D 2F 32
Octal 274 135 103 0 63 100 32 15 57 62
Binary 10111100 1011101 1000011 0 110011 1000000 11010 1101 101111 110010

Color Harmonies of #BC5D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D43

Black with #BC5D43

Text Example


Text Example

White with #BC5D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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