Html Css Color HEX #BC551C Fiery Orange

📋 copy color: '#BC551C'

red 188 ◦ green 85 ◦ blue 28

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

Shades of Fiery Orange #BC551C

Tints of Fiery Orange #BC551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 62.46%
G = 28.24%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC551C (or 0xBC551C) is known color: Fiery Orange. HEX triplet: BC, 55 and 1C. RGB value is (188,85,28). Sum of RGB (Red+Green+Blue) = 188+85+28=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC551C is #43AAE3. Grayscale: #6D6D6D. Windows color (decimal): -4434660 or 1856956. OLE color: 1856956.

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

Color convert

RGB 188 85 28 -
CMYK 0 0.55 0.85 0.26
HSL 21.38º 0.74% 0.42% -
HSV(B) 21.38º 0.85% 0.74% -
XYZ 24.2 17.27 3.16 -
YUV 109.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 188 85 28 0 0.55 0.85 0.26 21.38 0.74 0.42
Hex BC 55 1C 0 37 55 1A 15 4A 2A
Octal 274 125 34 0 67 125 32 25 112 52
Binary 10111100 1010101 11100 0 110111 1010101 11010 10101 1001010 101010

Color Harmonies of #BC551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC551C

Black with #BC551C

Text Example


Text Example

White with #BC551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC551C; }

 p { color: rgb(188,85,28); }

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

background-color css

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

 a { background-color: rgb(188,85,28); }

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

border-color css

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

 span { border-color: rgb(188,85,28); }

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