Html Css Color HEX #BC5722 Fiery Orange

📋 copy color: '#BC5722'

red 188 ◦ green 87 ◦ blue 34

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

Shades of Fiery Orange #BC5722

Tints of Fiery Orange #BC5722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 60.84%
G = 28.16%
B = 11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5722 (or 0xBC5722) is known color: Fiery Orange. HEX triplet: BC, 57 and 22. RGB value is (188,87,34). Sum of RGB (Red+Green+Blue) = 188+87+34=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5722 is #43A8DD. Grayscale: #6F6F6F. Windows color (decimal): -4434142 or 2250684. OLE color: 2250684.

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

Color convert

RGB 188 87 34 -
CMYK 0 0.54 0.82 0.26
HSL 20.65º 0.69% 0.44% -
HSV(B) 20.65º 0.82% 0.74% -
XYZ 24.44 17.62 3.63 -
YUV 111.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 188 87 34 0 0.54 0.82 0.26 20.65 0.69 0.44
Hex BC 57 22 0 36 52 1A 15 45 2C
Octal 274 127 42 0 66 122 32 25 105 54
Binary 10111100 1010111 100010 0 110110 1010010 11010 10101 1000101 101100

Color Harmonies of #BC5722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5722

Black with #BC5722

Text Example


Text Example

White with #BC5722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5722; }

 p { color: rgb(188,87,34); }

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

background-color css

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

 a { background-color: rgb(188,87,34); }

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

border-color css

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

 span { border-color: rgb(188,87,34); }

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