Html Css Color HEX #BC5425 Fiery Orange

📋 copy color: '#BC5425'

red 188 ◦ green 84 ◦ blue 37

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

Shades of Fiery Orange #BC5425

Tints of Fiery Orange #BC5425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 60.84%
G = 27.18%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5425 (or 0xBC5425) is known color: Fiery Orange. HEX triplet: BC, 54 and 25. RGB value is (188,84,37). Sum of RGB (Red+Green+Blue) = 188+84+37=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5425 is #43ABDA. Grayscale: #6E6E6E. Windows color (decimal): -4434907 or 2446524. OLE color: 2446524.

HSL color Cylindrical-coordinate representation of color #BC5425: hue angle of 18.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5425 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 37 -
CMYK 0 0.55 0.80 0.26
HSL 18.68º 0.67% 0.44% -
HSV(B) 18.68º 0.8% 0.74% -
XYZ 24.24 17.17 3.79 -
YUV 109.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 188 84 37 0 0.55 0.80 0.26 18.68 0.67 0.44
Hex BC 54 25 0 37 50 1A 13 43 2C
Octal 274 124 45 0 67 120 32 23 103 54
Binary 10111100 1010100 100101 0 110111 1010000 11010 10011 1000011 101100

Color Harmonies of #BC5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5425

Black with #BC5425

Text Example


Text Example

White with #BC5425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5425; }

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

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

background-color css

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

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

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

border-color css

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

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

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