Html Css Color HEX #BC5320 Fiery Orange

📋 copy color: '#BC5320'

red 188 ◦ green 83 ◦ blue 32

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

Shades of Fiery Orange #BC5320

Tints of Fiery Orange #BC5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 62.05%
G = 27.39%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC5320 (or 0xBC5320) is known color: Fiery Orange. HEX triplet: BC, 53 and 20. RGB value is (188,83,32). Sum of RGB (Red+Green+Blue) = 188+83+32=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5320 is #43ACDF. Grayscale: #6C6C6C. Windows color (decimal): -4435168 or 2118588. OLE color: 2118588.

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

Color convert

RGB 188 83 32 -
CMYK 0 0.56 0.83 0.26
HSL 19.62º 0.71% 0.43% -
HSV(B) 19.62º 0.83% 0.74% -
XYZ 24.09 16.98 3.37 -
YUV 108.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 188 83 32 0 0.56 0.83 0.26 19.62 0.71 0.43
Hex BC 53 20 0 38 53 1A 14 47 2B
Octal 274 123 40 0 70 123 32 24 107 53
Binary 10111100 1010011 100000 0 111000 1010011 11010 10100 1000111 101011

Color Harmonies of #BC5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5320

Black with #BC5320

Text Example


Text Example

White with #BC5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5320; }

 p { color: rgb(188,83,32); }

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

background-color css

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

 a { background-color: rgb(188,83,32); }

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

border-color css

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

 span { border-color: rgb(188,83,32); }

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