Html Css Color HEX #BC541B Fiery Orange

📋 copy color: '#BC541B'

red 188 ◦ green 84 ◦ blue 27

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

Shades of Fiery Orange #BC541B

Tints of Fiery Orange #BC541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 62.88%
G = 28.09%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC541B (or 0xBC541B) is known color: Fiery Orange. HEX triplet: BC, 54 and 1B. RGB value is (188,84,27). Sum of RGB (Red+Green+Blue) = 188+84+27=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC541B is #43ABE4. Grayscale: #6C6C6C. Windows color (decimal): -4434917 or 1791164. OLE color: 1791164.

HSL color Cylindrical-coordinate representation of color #BC541B: hue angle of 21.24º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC541B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 27 -
CMYK 0 0.55 0.86 0.26
HSL 21.24º 0.75% 0.42% -
HSV(B) 21.24º 0.86% 0.74% -
XYZ 24.11 17.11 3.07 -
YUV 108.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 188 84 27 0 0.55 0.86 0.26 21.24 0.75 0.42
Hex BC 54 1B 0 37 56 1A 15 4B 2A
Octal 274 124 33 0 67 126 32 25 113 52
Binary 10111100 1010100 11011 0 110111 1010110 11010 10101 1001011 101010

Color Harmonies of #BC541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC541B

Black with #BC541B

Text Example


Text Example

White with #BC541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC541B; }

 p { color: rgb(188,84,27); }

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

background-color css

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

 a { background-color: rgb(188,84,27); }

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

border-color css

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

 span { border-color: rgb(188,84,27); }

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