Html Css Color HEX #BC5945 Flame Pea

📋 copy color: '#BC5945'

red 188 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #BC5945

Tints of Flame Pea #BC5945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

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

R = 54.34%
G = 25.72%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5945 (or 0xBC5945) is known color: Flame Pea. HEX triplet: BC, 59 and 45. RGB value is (188,89,69). Sum of RGB (Red+Green+Blue) = 188+89+69=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5945 is #43A6BA. Grayscale: #747474. Windows color (decimal): -4433595 or 4544956. OLE color: 4544956.

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

Color convert

RGB 188 89 69 -
CMYK 0 0.53 0.63 0.26
HSL 10.08º 0.47% 0.5% -
HSV(B) 10.08º 0.63% 0.74% -
XYZ 25.39 18.27 7.82 -
YUV 116.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 188 89 69 0 0.53 0.63 0.26 10.08 0.47 0.5
Hex BC 59 45 0 35 3F 1A A 2F 32
Octal 274 131 105 0 65 77 32 12 57 62
Binary 10111100 1011001 1000101 0 110101 111111 11010 1010 101111 110010

Color Harmonies of #BC5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5945

Black with #BC5945

Text Example


Text Example

White with #BC5945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5945; }

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

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

background-color css

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

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

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

border-color css

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

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

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