Html Css Color HEX #BC5721 Fiery Orange

📋 copy color: '#BC5721'

red 188 ◦ green 87 ◦ blue 33

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

Shades of Fiery Orange #BC5721

Tints of Fiery Orange #BC5721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 61.04%
G = 28.25%
B = 10.71%

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

#BC5721 (or 0xBC5721) is known color: Fiery Orange. HEX triplet: BC, 57 and 21. RGB value is (188,87,33). Sum of RGB (Red+Green+Blue) = 188+87+33=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5721 is #43A8DE. Grayscale: #6F6F6F. Windows color (decimal): -4434143 or 2185148. OLE color: 2185148.

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

Color convert

RGB 188 87 33 -
CMYK 0 0.54 0.82 0.26
HSL 20.9º 0.7% 0.43% -
HSV(B) 20.9º 0.82% 0.74% -
XYZ 24.42 17.62 3.55 -
YUV 111.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 188 87 33 0 0.54 0.82 0.26 20.9 0.7 0.43
Hex BC 57 21 0 36 52 1A 15 46 2B
Octal 274 127 41 0 66 122 32 25 106 53
Binary 10111100 1010111 100001 0 110110 1010010 11010 10101 1000110 101011

Color Harmonies of #BC5721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5721

Black with #BC5721

Text Example


Text Example

White with #BC5721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5721; }

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

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

background-color css

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

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

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

border-color css

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

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

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