Html Css Color HEX #BC5928 Fiery Orange

📋 copy color: '#BC5928'

red 188 ◦ green 89 ◦ blue 40

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

Shades of Fiery Orange #BC5928

Tints of Fiery Orange #BC5928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 59.31%
G = 28.08%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5928 (or 0xBC5928) is known color: Fiery Orange. HEX triplet: BC, 59 and 28. RGB value is (188,89,40). Sum of RGB (Red+Green+Blue) = 188+89+40=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5928 is #43A6D7. Grayscale: #717171. Windows color (decimal): -4433624 or 2644412. OLE color: 2644412.

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

Color convert

RGB 188 89 40 -
CMYK 0 0.53 0.79 0.26
HSL 19.86º 0.65% 0.45% -
HSV(B) 19.86º 0.79% 0.74% -
XYZ 24.69 17.99 4.18 -
YUV 113.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 188 89 40 0 0.53 0.79 0.26 19.86 0.65 0.45
Hex BC 59 28 0 35 4F 1A 14 41 2D
Octal 274 131 50 0 65 117 32 24 101 55
Binary 10111100 1011001 101000 0 110101 1001111 11010 10100 1000001 101101

Color Harmonies of #BC5928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5928

Black with #BC5928

Text Example


Text Example

White with #BC5928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5928; }

 p { color: rgb(188,89,40); }

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

background-color css

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

 a { background-color: rgb(188,89,40); }

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

border-color css

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

 span { border-color: rgb(188,89,40); }

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