Html Css Color HEX #BC5545 Flame Pea

📋 copy color: '#BC5545'

red 188 ◦ green 85 ◦ blue 69

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

Shades of Flame Pea #BC5545

Tints of Flame Pea #BC5545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 54.97%
G = 24.85%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5545 (or 0xBC5545) is known color: Flame Pea. HEX triplet: BC, 55 and 45. RGB value is (188,85,69). Sum of RGB (Red+Green+Blue) = 188+85+69=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5545 is #43AABA. Grayscale: #727272. Windows color (decimal): -4434619 or 4543932. OLE color: 4543932.

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

Color convert

RGB 188 85 69 -
CMYK 0 0.55 0.63 0.26
HSL 8.07º 0.47% 0.5% -
HSV(B) 8.07º 0.63% 0.74% -
XYZ 25.06 17.62 7.71 -
YUV 113.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 188 85 69 0 0.55 0.63 0.26 8.07 0.47 0.5
Hex BC 55 45 0 37 3F 1A 8 2F 32
Octal 274 125 105 0 67 77 32 10 57 62
Binary 10111100 1010101 1000101 0 110111 111111 11010 1000 101111 110010

Color Harmonies of #BC5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5545

Black with #BC5545

Text Example


Text Example

White with #BC5545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5545; }

 p { color: rgb(188,85,69); }

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

background-color css

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

 a { background-color: rgb(188,85,69); }

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

border-color css

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

 span { border-color: rgb(188,85,69); }

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