Html Css Color HEX #BC5126 Fiery Orange

📋 copy color: '#BC5126'

red 188 ◦ green 81 ◦ blue 38

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

Shades of Fiery Orange #BC5126

Tints of Fiery Orange #BC5126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 61.24%
G = 26.38%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC5126 (or 0xBC5126) is known color: Fiery Orange. HEX triplet: BC, 51 and 26. RGB value is (188,81,38). Sum of RGB (Red+Green+Blue) = 188+81+38=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5126 is #43AED9. Grayscale: #6C6C6C. Windows color (decimal): -4435674 or 2511292. OLE color: 2511292.

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

Color convert

RGB 188 81 38 -
CMYK 0 0.57 0.80 0.26
HSL 17.2º 0.66% 0.44% -
HSV(B) 17.2º 0.8% 0.74% -
XYZ 24.03 16.72 3.79 -
YUV 108.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 188 81 38 0 0.57 0.80 0.26 17.2 0.66 0.44
Hex BC 51 26 0 39 50 1A 11 42 2C
Octal 274 121 46 0 71 120 32 21 102 54
Binary 10111100 1010001 100110 0 111001 1010000 11010 10001 1000010 101100

Color Harmonies of #BC5126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5126

Black with #BC5126

Text Example


Text Example

White with #BC5126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5126; }

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

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

background-color css

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

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

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

border-color css

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

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

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