Html Css Color HEX #BC5525 Fiery Orange

📋 copy color: '#BC5525'

red 188 ◦ green 85 ◦ blue 37

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

Shades of Fiery Orange #BC5525

Tints of Fiery Orange #BC5525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 60.65%
G = 27.42%
B = 11.94%

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

#BC5525 (or 0xBC5525) is known color: Fiery Orange. HEX triplet: BC, 55 and 25. RGB value is (188,85,37). Sum of RGB (Red+Green+Blue) = 188+85+37=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5525 is #43AADA. Grayscale: #6E6E6E. Windows color (decimal): -4434651 or 2446780. OLE color: 2446780.

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

Color convert

RGB 188 85 37 -
CMYK 0 0.55 0.80 0.26
HSL 19.07º 0.67% 0.44% -
HSV(B) 19.07º 0.8% 0.74% -
XYZ 24.32 17.32 3.81 -
YUV 110.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 188 85 37 0 0.55 0.80 0.26 19.07 0.67 0.44
Hex BC 55 25 0 37 50 1A 13 43 2C
Octal 274 125 45 0 67 120 32 23 103 54
Binary 10111100 1010101 100101 0 110111 1010000 11010 10011 1000011 101100

Color Harmonies of #BC5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5525

Black with #BC5525

Text Example


Text Example

White with #BC5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5525; }

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

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

background-color css

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

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

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

border-color css

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

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

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