Html Css Color HEX #BC5828 Fiery Orange

📋 copy color: '#BC5828'

red 188 ◦ green 88 ◦ blue 40

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

Shades of Fiery Orange #BC5828

Tints of Fiery Orange #BC5828

RGB

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

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

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

R = 59.49%
G = 27.85%
B = 12.66%

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

#BC5828 (or 0xBC5828) is known color: Fiery Orange. HEX triplet: BC, 58 and 28. RGB value is (188,88,40). Sum of RGB (Red+Green+Blue) = 188+88+40=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5828 is #43A7D7. Grayscale: #707070. Windows color (decimal): -4433880 or 2644156. OLE color: 2644156.

HSL color Cylindrical-coordinate representation of color #BC5828: hue angle of 19.46º 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 #BC5828 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 40 -
CMYK 0 0.53 0.79 0.26
HSL 19.46º 0.65% 0.45% -
HSV(B) 19.46º 0.79% 0.74% -
XYZ 24.61 17.82 4.15 -
YUV 112.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 188 88 40 0 0.53 0.79 0.26 19.46 0.65 0.45
Hex BC 58 28 0 35 4F 1A 13 41 2D
Octal 274 130 50 0 65 117 32 23 101 55
Binary 10111100 1011000 101000 0 110101 1001111 11010 10011 1000001 101101

Color Harmonies of #BC5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5828

Black with #BC5828

Text Example


Text Example

White with #BC5828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5828; }

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

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

background-color css

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

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

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

border-color css

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

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

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