Html Css Color HEX #BC5626 Fiery Orange

📋 copy color: '#BC5626'

red 188 ◦ green 86 ◦ blue 38

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

Shades of Fiery Orange #BC5626

Tints of Fiery Orange #BC5626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 60.26%
G = 27.56%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5626 (or 0xBC5626) is known color: Fiery Orange. HEX triplet: BC, 56 and 26. RGB value is (188,86,38). Sum of RGB (Red+Green+Blue) = 188+86+38=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5626 is #43A9D9. Grayscale: #6F6F6F. Windows color (decimal): -4434394 or 2512572. OLE color: 2512572.

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

Color convert

RGB 188 86 38 -
CMYK 0 0.54 0.80 0.26
HSL 19.2º 0.66% 0.44% -
HSV(B) 19.2º 0.8% 0.74% -
XYZ 24.42 17.49 3.92 -
YUV 111.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 188 86 38 0 0.54 0.80 0.26 19.2 0.66 0.44
Hex BC 56 26 0 36 50 1A 13 42 2C
Octal 274 126 46 0 66 120 32 23 102 54
Binary 10111100 1010110 100110 0 110110 1010000 11010 10011 1000010 101100

Color Harmonies of #BC5626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5626

Black with #BC5626

Text Example


Text Example

White with #BC5626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5626; }

 p { color: rgb(188,86,38); }

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

background-color css

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

 a { background-color: rgb(188,86,38); }

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

border-color css

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

 span { border-color: rgb(188,86,38); }

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