Html Css Color HEX #BC581E Fiery Orange

📋 copy color: '#BC581E'

red 188 ◦ green 88 ◦ blue 30

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

Shades of Fiery Orange #BC581E

Tints of Fiery Orange #BC581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 61.44%
G = 28.76%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC581E (or 0xBC581E) is known color: Fiery Orange. HEX triplet: BC, 58 and 1E. RGB value is (188,88,30). Sum of RGB (Red+Green+Blue) = 188+88+30=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581E is #43A7E1. Grayscale: #6F6F6F. Windows color (decimal): -4433890 or 1988796. OLE color: 1988796.

HSL color Cylindrical-coordinate representation of color #BC581E: hue angle of 22.03º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC581E is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 30 -
CMYK 0 0.53 0.84 0.26
HSL 22.03º 0.72% 0.43% -
HSV(B) 22.03º 0.84% 0.74% -
XYZ 24.46 17.76 3.37 -
YUV 111.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 188 88 30 0 0.53 0.84 0.26 22.03 0.72 0.43
Hex BC 58 1E 0 35 54 1A 16 48 2B
Octal 274 130 36 0 65 124 32 26 110 53
Binary 10111100 1011000 11110 0 110101 1010100 11010 10110 1001000 101011

Color Harmonies of #BC581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC581E

Black with #BC581E

Text Example


Text Example

White with #BC581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC581E; }

 p { color: rgb(188,88,30); }

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

background-color css

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

 a { background-color: rgb(188,88,30); }

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

border-color css

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

 span { border-color: rgb(188,88,30); }

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