Html Css Color HEX #BC5443 Flame Pea

📋 copy color: '#BC5443'

red 188 ◦ green 84 ◦ blue 67

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

Shades of Flame Pea #BC5443

Tints of Flame Pea #BC5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 55.46%
G = 24.78%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5443 (or 0xBC5443) is known color: Flame Pea. HEX triplet: BC, 54 and 43. RGB value is (188,84,67). Sum of RGB (Red+Green+Blue) = 188+84+67=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5443 is #43ABBC. Grayscale: #717171. Windows color (decimal): -4434877 or 4412604. OLE color: 4412604.

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

Color convert

RGB 188 84 67 -
CMYK 0 0.55 0.64 0.26
HSL 8.43º 0.47% 0.5% -
HSV(B) 8.43º 0.64% 0.74% -
XYZ 24.92 17.44 7.36 -
YUV 113.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 188 84 67 0 0.55 0.64 0.26 8.43 0.47 0.5
Hex BC 54 43 0 37 40 1A 8 2F 32
Octal 274 124 103 0 67 100 32 10 57 62
Binary 10111100 1010100 1000011 0 110111 1000000 11010 1000 101111 110010

Color Harmonies of #BC5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5443

Black with #BC5443

Text Example


Text Example

White with #BC5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5443; }

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

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

background-color css

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

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

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

border-color css

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

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

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