Html Css Color HEX #BC5F45 Flame Pea

📋 copy color: '#BC5F45'

red 188 ◦ green 95 ◦ blue 69

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

Shades of Flame Pea #BC5F45

Tints of Flame Pea #BC5F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 53.41%
G = 26.99%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5F45 (or 0xBC5F45) is known color: Flame Pea. HEX triplet: BC, 5F and 45. RGB value is (188,95,69). Sum of RGB (Red+Green+Blue) = 188+95+69=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F45 is #43A0BA. Grayscale: #787878. Windows color (decimal): -4432059 or 4546492. OLE color: 4546492.

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

Color convert

RGB 188 95 69 -
CMYK 0 0.49 0.63 0.26
HSL 13.11º 0.47% 0.5% -
HSV(B) 13.11º 0.63% 0.74% -
XYZ 25.91 19.31 7.99 -
YUV 119.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 188 95 69 0 0.49 0.63 0.26 13.11 0.47 0.5
Hex BC 5F 45 0 31 3F 1A D 2F 32
Octal 274 137 105 0 61 77 32 15 57 62
Binary 10111100 1011111 1000101 0 110001 111111 11010 1101 101111 110010

Color Harmonies of #BC5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F45

Black with #BC5F45

Text Example


Text Example

White with #BC5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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