Html Css Color HEX #BC5E45 Flame Pea

📋 copy color: '#BC5E45'

red 188 ◦ green 94 ◦ blue 69

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

Shades of Flame Pea #BC5E45

Tints of Flame Pea #BC5E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

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

R = 53.56%
G = 26.78%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5E45 (or 0xBC5E45) is known color: Flame Pea. HEX triplet: BC, 5E and 45. RGB value is (188,94,69). Sum of RGB (Red+Green+Blue) = 188+94+69=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E45 is #43A1BA. Grayscale: #777777. Windows color (decimal): -4432315 or 4546236. OLE color: 4546236.

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

Color convert

RGB 188 94 69 -
CMYK 0 0.50 0.63 0.26
HSL 12.61º 0.47% 0.5% -
HSV(B) 12.61º 0.63% 0.74% -
XYZ 25.82 19.13 7.96 -
YUV 119.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 188 94 69 0 0.50 0.63 0.26 12.61 0.47 0.5
Hex BC 5E 45 0 32 3F 1A D 2F 32
Octal 274 136 105 0 62 77 32 15 57 62
Binary 10111100 1011110 1000101 0 110010 111111 11010 1101 101111 110010

Color Harmonies of #BC5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E45

Black with #BC5E45

Text Example


Text Example

White with #BC5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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