Html Css Color HEX #BC5324 Fiery Orange

📋 copy color: '#BC5324'

red 188 ◦ green 83 ◦ blue 36

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

Shades of Fiery Orange #BC5324

Tints of Fiery Orange #BC5324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 61.24%
G = 27.04%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5324 (or 0xBC5324) is known color: Fiery Orange. HEX triplet: BC, 53 and 24. RGB value is (188,83,36). Sum of RGB (Red+Green+Blue) = 188+83+36=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5324 is #43ACDB. Grayscale: #6D6D6D. Windows color (decimal): -4435164 or 2380732. OLE color: 2380732.

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

Color convert

RGB 188 83 36 -
CMYK 0 0.56 0.81 0.26
HSL 18.55º 0.68% 0.44% -
HSV(B) 18.55º 0.81% 0.74% -
XYZ 24.15 17.01 3.68 -
YUV 109.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 188 83 36 0 0.56 0.81 0.26 18.55 0.68 0.44
Hex BC 53 24 0 38 51 1A 13 44 2C
Octal 274 123 44 0 70 121 32 23 104 54
Binary 10111100 1010011 100100 0 111000 1010001 11010 10011 1000100 101100

Color Harmonies of #BC5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5324

Black with #BC5324

Text Example


Text Example

White with #BC5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5324; }

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

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

background-color css

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

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

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

border-color css

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

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

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