Html Css Color HEX #BC5926 Fiery Orange

📋 copy color: '#BC5926'

red 188 ◦ green 89 ◦ blue 38

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

Shades of Fiery Orange #BC5926

Tints of Fiery Orange #BC5926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 59.68%
G = 28.25%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5926 (or 0xBC5926) is known color: Fiery Orange. HEX triplet: BC, 59 and 26. RGB value is (188,89,38). Sum of RGB (Red+Green+Blue) = 188+89+38=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5926 is #43A6D9. Grayscale: #717171. Windows color (decimal): -4433626 or 2513340. OLE color: 2513340.

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

Color convert

RGB 188 89 38 -
CMYK 0 0.53 0.80 0.26
HSL 20.4º 0.66% 0.44% -
HSV(B) 20.4º 0.8% 0.74% -
XYZ 24.66 17.98 4 -
YUV 112.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 188 89 38 0 0.53 0.80 0.26 20.4 0.66 0.44
Hex BC 59 26 0 35 50 1A 14 42 2C
Octal 274 131 46 0 65 120 32 24 102 54
Binary 10111100 1011001 100110 0 110101 1010000 11010 10100 1000010 101100

Color Harmonies of #BC5926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5926

Black with #BC5926

Text Example


Text Example

White with #BC5926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5926; }

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

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

background-color css

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

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

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

border-color css

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

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

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