Html Css Color HEX #BC5228 Fiery Orange

📋 copy color: '#BC5228'

red 188 ◦ green 82 ◦ blue 40

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

Shades of Fiery Orange #BC5228

Tints of Fiery Orange #BC5228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 60.65%
G = 26.45%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5228 (or 0xBC5228) is known color: Fiery Orange. HEX triplet: BC, 52 and 28. RGB value is (188,82,40). Sum of RGB (Red+Green+Blue) = 188+82+40=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5228 is #43ADD7. Grayscale: #6D6D6D. Windows color (decimal): -4435416 or 2642620. OLE color: 2642620.

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

Color convert

RGB 188 82 40 -
CMYK 0 0.56 0.79 0.26
HSL 17.03º 0.65% 0.45% -
HSV(B) 17.03º 0.79% 0.74% -
XYZ 24.14 16.88 3.99 -
YUV 108.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 188 82 40 0 0.56 0.79 0.26 17.03 0.65 0.45
Hex BC 52 28 0 38 4F 1A 11 41 2D
Octal 274 122 50 0 70 117 32 21 101 55
Binary 10111100 1010010 101000 0 111000 1001111 11010 10001 1000001 101101

Color Harmonies of #BC5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5228

Black with #BC5228

Text Example


Text Example

White with #BC5228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5228; }

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

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

background-color css

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

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

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

border-color css

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

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

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