Html Css Color HEX #BC5A28 Fiery Orange

📋 copy color: '#BC5A28'

red 188 ◦ green 90 ◦ blue 40

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

Shades of Fiery Orange #BC5A28

Tints of Fiery Orange #BC5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

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

R = 59.12%
G = 28.3%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5A28 (or 0xBC5A28) is known color: Fiery Orange. HEX triplet: BC, 5A and 28. RGB value is (188,90,40). Sum of RGB (Red+Green+Blue) = 188+90+40=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A28 is #43A5D7. Grayscale: #717171. Windows color (decimal): -4433368 or 2644668. OLE color: 2644668.

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

Color convert

RGB 188 90 40 -
CMYK 0 0.52 0.79 0.26
HSL 20.27º 0.65% 0.45% -
HSV(B) 20.27º 0.79% 0.74% -
XYZ 24.78 18.16 4.21 -
YUV 113.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 188 90 40 0 0.52 0.79 0.26 20.27 0.65 0.45
Hex BC 5A 28 0 34 4F 1A 14 41 2D
Octal 274 132 50 0 64 117 32 24 101 55
Binary 10111100 1011010 101000 0 110100 1001111 11010 10100 1000001 101101

Color Harmonies of #BC5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A28

Black with #BC5A28

Text Example


Text Example

White with #BC5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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