Html Css Color HEX #BC5623 Fiery Orange

📋 copy color: '#BC5623'

red 188 ◦ green 86 ◦ blue 35

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

Shades of Fiery Orange #BC5623

Tints of Fiery Orange #BC5623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 60.84%
G = 27.83%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5623 (or 0xBC5623) is known color: Fiery Orange. HEX triplet: BC, 56 and 23. RGB value is (188,86,35). Sum of RGB (Red+Green+Blue) = 188+86+35=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5623 is #43A9DC. Grayscale: #6E6E6E. Windows color (decimal): -4434397 or 2315964. OLE color: 2315964.

HSL color Cylindrical-coordinate representation of color #BC5623: hue angle of 20º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5623 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 35 -
CMYK 0 0.54 0.81 0.26
HSL 20º 0.69% 0.44% -
HSV(B) 20º 0.81% 0.74% -
XYZ 24.37 17.47 3.68 -
YUV 110.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 188 86 35 0 0.54 0.81 0.26 20 0.69 0.44
Hex BC 56 23 0 36 51 1A 14 45 2C
Octal 274 126 43 0 66 121 32 24 105 54
Binary 10111100 1010110 100011 0 110110 1010001 11010 10100 1000101 101100

Color Harmonies of #BC5623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5623

Black with #BC5623

Text Example


Text Example

White with #BC5623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5623; }

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

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

background-color css

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

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

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

border-color css

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

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

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